]> granicus.if.org Git - apache/commitdiff
update after backport
authorStefan Eissing <icing@apache.org>
Thu, 25 Feb 2016 10:42:12 +0000 (10:42 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 25 Feb 2016 10:42:12 +0000 (10:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1732281 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 3eef1507ed3e75d101bebd6bde2c89efe02dd0c9..43666035da8255b40712bceda838fffe95f5bdd0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -87,6 +87,16 @@ Changes with Apache 2.4.19
      request body encoding into later stage of processing. Fixes PR 58825.
      [Stefan Eissing]
      
+  *) core: new hook "pre_close_connection" which is run before the lingering
+     close of connections is started. This gives protocol handlers one last
+     chance to use a connection before it goes down.
+     [Stefan Eissing]
+
+  *) mod_status/scoreboard: showing connection protocol in new column, new 
+     ap_update_child_status methods for updating server/description. mod_ssl
+     sets vhost negotiated by servername directly.
+     [Stefan Eissing]
+
 Changes with Apache 2.4.18
 
   *) mod_ssl: for all ssl_engine_vars.c lookups, fall back to master connection