summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2017-04-10 15:21:43 +0200
committerStefan Eissing <icing@apache.org>2017-04-10 15:21:43 +0200
commit8895bd2f8cf68c9e0aca681abd64b81930ad5663 (patch)
treeab9dbda4b96a720f19c7d251305cdf4bc0453524 /CHANGES
parentOn the turnk: (diff)
downloadapache2-8895bd2f8cf68c9e0aca681abd64b81930ad5663.tar.xz
apache2-8895bd2f8cf68c9e0aca681abd64b81930ad5663.zip
On the trunk:
mod_proxy_http2: Reliability of reconnect handling improved. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1790826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5f05476f64..508efcbc86 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,8 @@ Changes with Apache 2.5.0
[Stefan Eissing]
*) mod_proxy_http2: Fixed bug in re-attempting proxy requests after
- connection error. [Stefan Eissing]
+ connection error. Reliability of reconnect handling improved.
+ [Stefan Eissing]
*) core: Disallow multiple Listen on the same IP:port when listener buckets
are configured (ListenCoresBucketsRatio > 0), consistently with the single