Commit 6fd4a49e authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Add a comment so that the next poor fool who re-writes this section

of code will know about this case.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90045 13f79535-47bb-0310-9956-ffa450edef68
parent 9475baf5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -646,6 +646,12 @@ apr_status_t ap_http_filter(ap_filter_t *f, apr_bucket_brigade *b, ap_input_mode
        }
    }

    /* If readbytes is -1, we want to just read everything until the end
     * of the brigade, which in this case means the end of the socket.  To
     * do this, we loop through the entire brigade, until the socket is
     * exhausted, at which point, it will automagically remove itself from
     * the brigade.
     */
    if (*readbytes == -1) {
        apr_bucket *e;
        apr_off_t total;