Host header is now stored per-request instead of globally.
[citadel.git] / webcit / webserver.c
index b5973eac8371edd713247c914aec997419083567..73f956c31af193871dbc825111b76bd0981a4d9d 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;