* temporary solution to our ser_readln migration: have a buffer on the session, read...
[citadel.git] / webcit / webserver.c
index ac21038e7bd1a1d11a156b900624ea6412f43404..74bff8c4812c2627fd3c88e7d5103c813ffa6d7d 100644 (file)
@@ -275,13 +275,10 @@ long end_burst(void)
         fd_set wset;
         int fdflags;
 
-       //#ifdef HAVE_ZLIB
-       /* Perform gzip compression, if enabled and supported by client */
        if (!DisableGzip && (WCC->gzip_ok) && CompressBuffer(WCC->WBuf))
        {
                hprintf("Content-encoding: gzip\r\n");
        }
-       //#endif        /* HAVE_ZLIB */
 
        hprintf("Content-length: %d\r\n\r\n", StrLength(WCC->WBuf));