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
}
}
+ /* 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;