urls. Uses, so far, one connection per request, reuses connections.
[Stefan Eissing]
- *) event: use pre_connection hook to properly initialize connection state for
- slave connections. use protocol_switch hook to initialize server config
- early based on SNI selected vhost.
- [Stefan Eissing]
-
*) mod_filter: Fix AddOutputFilterByType with non-content-level filters.
PR58856 [Micha Lenk <micha lenk.info>]
*) mod_authnz_ldap: Resolve crashes with LDAP authz and non-LDAP authn since
r1608202. [Eric Covener]
- *) core: Ensure that httpd exits with an error status when the MPM fails
- to run. [Yann Ylavic]
-
*) apreq: Content-Length header should be always interpreted as a decimal.
Leading 0 could be erroneously considered as an octal value. PR 56598.
[Chris Card <ctcard hotmail com>]