Host header is now stored per-request instead of globally.
[citadel.git] / webcit / webserver.c
index 3a05b1b456e24ae726a3fc45a2879d7e410d82ad..0e62893f72f94732b665a30fbbf0abaaaacb3d4c 100644 (file)
@@ -24,7 +24,6 @@ int is_https = 0;             /* Nonzero if I am an HTTPS service */
 int follow_xff = 0;            /* Follow X-Forwarded-For: header */
 int home_specified = 0;                /* did the user specify a homedir? */
 int DisableGzip = 0;
-StrBuf *site_prefix = NULL;
 extern pthread_mutex_t SessionListMutex;
 extern pthread_key_t MyConKey;