*) mod_ssl: Add optional function "ssl_get_tls_cb" to allow support
for channel bindings. [Simo Sorce <simo redhat.com>]
- *) core: Avoid useless warning message when parsing a section guarded by
- <IfDefine foo> if $(foo) is used within the section.
- PR 56858 [Christophe Jaillet]
-
- *) mod_proxy_fcgi: Fix faulty logging of large amounts of stderr from the
- application. PR 56858. [Manuel Mausz <manuel-asf mausz.at>]
-
- *) mod_ratelimit: Drop severity of AH01455 and AH01457 (ap_pass_brigade
- failed) messages from ERROR to TRACE1. Other filters do not bother
- re-reporting failures from lower level filters. PR56832. [Eric Covener]
-
- *) mod_proxy_http: Proxy responses with error status and
- "ProxyErrorOverride On" hang until proxy timeout.
- PR53420 [Rainer Jung]
-
*) mod_proxy_wstunnel: Concurrent websockets messages could be
lost or delayed with ProxyWebsocketAsync enabled.
[Edward Lu <Chaosed0 gmail.com>]
*) mpm_winnt: Normalize the error and status messages emitted by service.c,
the service control interface for Windows. [William Rowe]
- *) http_protocol: fix logic in ap_method_list_(add|remove) in order:
- - to correctly reset bits
- - not to modify the 'method_mask' bitfield unnecessarily
-
*) mod_authnz_ldap: Return LDAP connections to the pool before the handler
is run, instead of waiting until the end of the request. [Eric Covener]