github icing/mod_h2 v1.0.13
mod_h[ttp]2 v1.0.13

latest releases: v2.0.27, v2.0.26, v2.0.25...
8 years ago
  • 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.

Don't miss a new mod_h2 release

NewReleases is sending notifications on new releases.