From: Jeff Trawick Date: Fri, 21 Nov 2003 03:29:11 +0000 (+0000) Subject: axe a comment... as with so many things, the true part isn't X-Git-Tag: pre_ajp_proxy~1028 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=26c3384089b76415120155e8cecf53768c2b4950;p=thirdparty%2Fapache%2Fhttpd.git axe a comment... as with so many things, the true part isn't interesting and the interesting part isn't true git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101829 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core.c b/server/core.c index 7a6e9bad438..fd80a098859 100644 --- a/server/core.c +++ b/server/core.c @@ -3812,10 +3812,6 @@ static int core_input_filter(ap_filter_t *f, apr_bucket_brigade *b, return APR_SUCCESS; } -/* Default filter. This filter should almost always be used. Its only job - * is to send the headers if they haven't already been sent, and then send - * the actual data. - */ #define MAX_IOVEC_TO_WRITE 16 /* Optional function coming from mod_logio, used for logging of output