]> granicus.if.org Git - apache/commitdiff
Updated changelog with the last change of mod_proxy_fcgi
authorLuca Toscano <elukey@apache.org>
Mon, 14 Nov 2016 10:58:06 +0000 (10:58 +0000)
committerLuca Toscano <elukey@apache.org>
Mon, 14 Nov 2016 10:58:06 +0000 (10:58 +0000)
r1759984, r1760018 and r1752347 are all changes related
to a bug fixed for mod_proxy_fcgi.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1769593 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 737bf1e74bd3a94ab356db65a7194788bde2a5f0..32bc6584c576be183e10db204ad2f1bfd37f0d16 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -67,9 +67,10 @@ Changes with Apache 2.5.0
   *) 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 bogus 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_crypto: Add the all purpose crypto filters with support for HLS.
      [Graham Leggett]