]> code.citadel.org Git - citadel.git/blobdiff - citadel/server.h
* Removed userspace buffering. Everyone has TCP_CORK or TCP_NOPUSH nowadays.
[citadel.git] / citadel / server.h
index 0860adb4a7affc3315d16604a03853f29507eee5..577494ed5dcb3fd130d96cb754cc03237564f9ec 100644 (file)
@@ -123,10 +123,6 @@ struct CitContext {
        int redirect_ssl;
 #endif
 
-       int buffering;
-       char *output_buffer;    /* hold output for one big dump */
-       int buffer_len;
-
        /* A linked list of all instant messages sent to us. */
        struct ExpressMessage *FirstExpressMessage;
        int disable_exp;        /* Set to 1 to disable incoming pages */