diff options
author | Luca Toscano <elukey@apache.org> | 2016-11-14 11:58:06 +0100 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2016-11-14 11:58:06 +0100 |
commit | 584029e3d4159790b9aac1fa140a4c94acdd9fa1 (patch) | |
tree | 6cd7ef0c274471621cfa82f79b02a440e247e447 /CHANGES | |
parent | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert): Use const (diff) | |
download | apache2-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-- | CHANGES | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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] |