diff options
author | Stefan Eissing <icing@apache.org> | 2020-06-17 17:10:29 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2020-06-17 17:10:29 +0200 |
commit | 2cec2d15c9e2ae9ca24dc384c7e9b2da12322bbe (patch) | |
tree | 8ef5a6a0d8a8c17b8ab6bac0fce29c2e1fcdf877 /CHANGES | |
parent | mod_ldap: Use the LDAP API directly to implement the rebind callback (diff) | |
download | apache2-2cec2d15c9e2ae9ca24dc384c7e9b2da12322bbe.tar.xz apache2-2cec2d15c9e2ae9ca24dc384c7e9b2da12322bbe.zip |
*) 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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |