From: Yann Ylavic Date: Fri, 22 Jun 2018 10:57:24 +0000 (+0000) Subject: Axe some CHANGES entries backported to 2.4.x. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2fea0866d220a730640d714e9c444e8c24a5400;p=apache Axe some CHANGES entries backported to 2.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834107 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 5251f16575..c703953f6b 100644 --- a/CHANGES +++ b/CHANGES @@ -53,20 +53,6 @@ Changes with Apache 2.5.1 *) http: LimitRequestBody applies to proxied requests. [Yann Ylavic] - *) mod_proxy_http: Fix response header thrown away after the previous one - was considered too large and truncated. PR 62196. [Yann Ylavic] - - *) core: Add and handle AP_GETLINE_NOSPC_EOL flag for ap_getline() family - of functions to consume the end of line when the buffer is exhausted. - PR 62198. [Yann Ylavic] - - *) mod_xml2enc: Fix forwarding of error metadata/responses. PR 62180. - [Micha Lenk , Yann Ylavic] - - *) mod_proxy_http: Add new worker parameter 'responsefieldsize' to - allow maximum HTTP response header size to be increased past 8192 - bytes. PR62199. [Hank Ibell ] - *) mod_logio: Add LogIOTrackTTFU and %^FU logformat to log the time difference between request start and last request body byte read (finished upload). [Rainer Jung]