Loading CHANGES +4 −0 Changes for CHANGES: 4 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] *) mod_proxy_http: Handle request bodies larger than 2 GB by converting the Content-Length header of the request correctly. PR 40883. [Ruediger Pluem, toadie <toadie643 gmail.com>] *) core: Do not replace a Date header set by a proxied backend server. PR 40232. [Ruediger Pluem] Loading modules/proxy/mod_proxy_http.c +4 −1 Changes for modules/proxy/mod_proxy_http.c: 4 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -333,7 +333,10 @@ static apr_status_t stream_reqbody_cl(apr_pool_t *p, if (old_cl_val) { add_cl(p, bucket_alloc, header_brigade, old_cl_val); cl_val = atol(old_cl_val); if (APR_SUCCESS != (status = apr_strtoff(&cl_val, old_cl_val, NULL, 0))) { return status; } } terminate_headers(bucket_alloc, header_brigade); Loading Loading
CHANGES +4 −0 Changes for CHANGES: 4 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ Changes with Apache 2.3.0 [Remove entries to the current 2.0 and 2.2 section below, when backported] *) mod_proxy_http: Handle request bodies larger than 2 GB by converting the Content-Length header of the request correctly. PR 40883. [Ruediger Pluem, toadie <toadie643 gmail.com>] *) core: Do not replace a Date header set by a proxied backend server. PR 40232. [Ruediger Pluem] Loading
modules/proxy/mod_proxy_http.c +4 −1 Changes for modules/proxy/mod_proxy_http.c: 4 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -333,7 +333,10 @@ static apr_status_t stream_reqbody_cl(apr_pool_t *p, if (old_cl_val) { add_cl(p, bucket_alloc, header_brigade, old_cl_val); cl_val = atol(old_cl_val); if (APR_SUCCESS != (status = apr_strtoff(&cl_val, old_cl_val, NULL, 0))) { return status; } } terminate_headers(bucket_alloc, header_brigade); Loading