]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
axe a comment... as with so many things, the true part isn't
authorJeff Trawick <trawick@apache.org>
Fri, 21 Nov 2003 03:29:11 +0000 (03:29 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 21 Nov 2003 03:29:11 +0000 (03:29 +0000)
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

server/core.c

index 7a6e9bad4385e0c41368e8238c7b18c59dd3c195..fd80a098859c3f01f9dd8ceb6f5c1ef57e420956 100644 (file)
@@ -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