the correct negotiated server.
[Stefan Eissing]
- *) core: new hook "pre_close_connection" which is run before the lingering
- close of connections is started. This gives protocol handlers one last
- chance to use a connection before it goes down.
- [Stefan Eissing]
-
*) mod_filter: Fix AddOutputFilterByType with non-content-level filters.
PR58856 [Micha Lenk <micha lenk.info>]
*) ap_expr: expression support for variable HTTP2=on|off
[Stefan Eissing]
- *) mod_status/scoreboard: showing connection protocol in new column, new
- ap_update_child_status methods for updating server/description. mod_ssl
- sets vhost negotiated by servername directly.
- [Stefan Eissing]
-
*) mod_http2: keep-alive blocking reads are done with 1 second timeouts to
check for MPM stopping. Will announce early GOAWAY and finish processing
open streams, then close.