summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2020-06-17 15:10:29 +0000
committerStefan Eissing <icing@apache.org>2020-06-17 15:10:29 +0000
commit2cec2d15c9e2ae9ca24dc384c7e9b2da12322bbe (patch)
tree8ef5a6a0d8a8c17b8ab6bac0fce29c2e1fcdf877 /CHANGES
parent130eac3ae6e8f7a8465c7792660ce8b747642b23 (diff)
downloadhttpd-2cec2d15c9e2ae9ca24dc384c7e9b2da12322bbe.tar.gz
*) mod_http2: workaround to facilitate use of common internal protocol/method/uri
checks. The module now handles master/secondary connections and has marked methods according to use. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878926 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 3273f0552c..d68993a576 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_http2: workaround to facilitate use of common internal protocol/method/uri
+ checks. The module now handles master/secondary connections and has marked
+ methods according to use.
+
*) mod_ldap: Avoid performance overhead of APR-util rebind cache for
OpenLDAP 2.2+. PR 64414. [Joe Orton]