From 340a636de92c27937dfb98d03250c867b91f84ac Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Thu, 7 Dec 2000 00:17:52 +0000 Subject: [PATCH] Remove an incorrect comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87239 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_protocol.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 0e09767940..892d2e00a3 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -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; -- 2.50.1