diff options
author | Yann Ylavic <ylavic@apache.org> | 2014-06-09 02:23:16 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2014-06-09 02:23:16 +0200 |
commit | 9f43505e4dcf22af35fbbcae9e1fc6d25735f7ea (patch) | |
tree | 7d54c2aa5795e744c904f463b08f3073f450a2aa /CHANGES | |
parent | eventopt: fix duplicated APLOGNOs. (diff) | |
download | apache2-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |