Commit c855a340 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

mod_proxy_http: revert spurious comment from r1853953.

No, if we read more bytes than the C-L there is really something wrong in
our (or some) HTTP input filter.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853956 13f79535-47bb-0310-9956-ffa450edef68
parent 7db37186
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -383,7 +383,6 @@ static int stream_reqbody(proxy_http_req_t *req, rb_methods rb_method)
                              "(got %" APR_OFF_T_FMT ", expected "
                              "%" APR_OFF_T_FMT ")",
                              bytes_streamed, req->cl_val);
                /* XXX: probably more a HTTP_BAD_REQUEST (like below) */
                return HTTP_INTERNAL_SERVER_ERROR;
            }