From 395e18056d6bffd78106ea4b766c8b8341aba2b2 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Wed, 20 Feb 2019 12:53:06 +0000 Subject: [PATCH] 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 --- modules/proxy/mod_proxy_http.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/proxy/mod_proxy_http.c b/modules/proxy/mod_proxy_http.c index 84023e2710..8bd5e2d5e2 100644 --- a/modules/proxy/mod_proxy_http.c +++ b/modules/proxy/mod_proxy_http.c @@ -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; } -- 2.50.1