summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorLuca Toscano <elukey@apache.org>2016-11-14 11:58:06 +0100
committerLuca Toscano <elukey@apache.org>2016-11-14 11:58:06 +0100
commit584029e3d4159790b9aac1fa140a4c94acdd9fa1 (patch)
tree6cd7ef0c274471621cfa82f79b02a440e247e447 /CHANGES
parent* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert): Use const (diff)
downloadapache2-584029e3d4159790b9aac1fa140a4c94acdd9fa1.tar.xz
apache2-584029e3d4159790b9aac1fa140a4c94acdd9fa1.zip
Updated changelog with the last change of mod_proxy_fcgi
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
Diffstat (limited to '')
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 737bf1e74b..32bc6584c5 100644
--- 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]