summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2020-07-02 00:25:32 +0000
committerYann Ylavic <ylavic@apache.org>2020-07-02 00:25:32 +0000
commit9e1b133867d80fd8cebeae592855b5211de915e9 (patch)
tree430d2639a729e356846dfc71c655d51021f24fdf /CHANGES
parentb5faaa48c3665cc0f6487109ad9253cc3ae1ed46 (diff)
downloadhttpd-9e1b133867d80fd8cebeae592855b5211de915e9.tar.gz
Follow up to r1879419: CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879421 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8f46b42a81..36961f5000 100644
--- 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.