From aaedeb93d98f7e53e7637396386557806e7fa5a3 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Thu, 25 Feb 2016 10:42:12 +0000 Subject: [PATCH] update after backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1732281 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index 3eef1507ed..43666035da 100644 --- 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 -- 2.50.1