From: Yann Ylavic Date: Mon, 14 Nov 2016 11:40:01 +0000 (+0000) Subject: Merge r1769593 from trunk: follow up to r1764075: update CHANGES entry. X-Git-Tag: 2.4.24~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae71f2d5fcccf5dc65feb6e81daf34ca3eadbf6d;p=apache Merge r1769593 from trunk: follow up to r1764075: update CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1769601 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8b982abc15..991bf12eca 100644 --- a/CHANGES +++ b/CHANGES @@ -107,9 +107,10 @@ Changes with Apache 2.4.24 *) mod_proxy_fcgi: avoid loops when ProxyErrorOverride is enabled and the error documents are proxied. PR 55415. [Luca Toscano] - *) mod_proxy_fcgi: read the whole FCGI response even when the content has - not been modified (HTTP 304) to avoid subsequent bougus reads and - confusing error messages logged. [Luca Toscano] + *) mod_proxy_fcgi: read the whole FCGI response even when the content + has not been modified (HTTP 304) or in case of a precondition failure + (HTTP 412) to avoid subsequent bogus reads and confusing + error messages logged. [Luca Toscano] *) mod_http2: h2 status resource follows latest draft, see http://www.ietf.org/id/draft-benfield-http2-debug-state-01.txt