]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1879419: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Thu, 2 Jul 2020 00:25:32 +0000 (00:25 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 2 Jul 2020 00:25:32 +0000 (00:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879421 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 8f46b42a818b1a6642410a3239ea2e5683133edc..36961f50002e1aac17da71fdc38b4b5524a2df3d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_proxy_http: add asynchronous handling of Upgrade(d) protocols,
+     where idle connections are returned to the MPM and rescheduled on
+     another thread when ready. [Yann Ylavic]
+
   *) mod_dav: Add method_precondition hook. WebDAV extensions define
      conditions that must exist before a WebDAV method can be executed.
      This hook allows a WebDAV extension to verify these preconditions.