Skip to content
This repository was archived by the owner on Jun 9, 2026. It is now read-only.

mod_h[ttp]2 v1.0.13

Choose a tag to compare

@icing icing released this 22 Dec 16:27
· 727 commits to master since this release
  • reworked connection state handling. Improved scoreboard update (server-status).
    Default on H2KeepAliveTimeout same as H2Timeout, 5 seconds. After that,
    connections are closed.
    On asynchronous MPMs (event), keep-alive connections no longer block threads,
    but exact timeout handling is then up to the MPM. In these MPMs, having a
    longer H2KeepAliveTimeout may be suitable.
  • new CGI environment variables HTTP2 and H2PUSH. With former "on", the
    connection uses HTTP/2. With latter "on", the request may trigger Server Push
    via Link headers, as both server and clients support it.