]> granicus.if.org Git - apache/commitdiff
Remove an incorrect comment.
authorRyan Bloom <rbb@apache.org>
Thu, 7 Dec 2000 00:17:52 +0000 (00:17 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 7 Dec 2000 00:17:52 +0000 (00:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87239 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index 0e097679403b4f1706862a2499f7cf7c4ce597de..892d2e00a3306aa9b1ea5f1d30ba4071c23b5995 100644 (file)
@@ -930,9 +930,6 @@ apr_status_t ap_http_filter(ap_filter_t *f, ap_bucket_brigade *b, ap_input_mode_
     }
 
     if (mode == AP_MODE_PEEK) {
-        /* XXX make me *try* to read from the network if AP_BRIGADE_EMPTY().
-         * For now, we can't do a non-blocking read so we bypass this.
-         */
         ap_bucket *e;
         const char *str;
         apr_size_t length;