]> granicus.if.org Git - apache/commitdiff
Merge r1769593 from trunk: follow up to r1764075: update CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Mon, 14 Nov 2016 11:40:01 +0000 (11:40 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 14 Nov 2016 11:40:01 +0000 (11:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1769601 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 8b982abc1534f9330326b759fecfb1f6c65f5f80..991bf12ecae3e85a0c671b7565f3272e678faceb 100644 (file)
--- 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