summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2014-06-09 02:23:16 +0200
committerYann Ylavic <ylavic@apache.org>2014-06-09 02:23:16 +0200
commit9f43505e4dcf22af35fbbcae9e1fc6d25735f7ea (patch)
tree7d54c2aa5795e744c904f463b08f3073f450a2aa /CHANGES
parenteventopt: fix duplicated APLOGNOs. (diff)
downloadapache2-9f43505e4dcf22af35fbbcae9e1fc6d25735f7ea.tar.xz
apache2-9f43505e4dcf22af35fbbcae9e1fc6d25735f7ea.zip
mod_proxy: Shutdown (eg. close notify) the backend connection before closing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1601285 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 52af761c88..b87c8b692f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_proxy: Shutdown (eg. close notify) the backend connection before
+ closing. [Yann Ylavic]
+
*) mpm_event[opt]: Send the SSL close notify alert when the KeepAliveTimeout
expires. PR54998. [Yann Ylavic]