Commit 340a636d authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Remove an incorrect comment.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87239 13f79535-47bb-0310-9956-ffa450edef68
parent 3c96bffa
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;