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

mod_h2 v0.4.0

Pre-release
Pre-release

Choose a tag to compare

@icing icing released this 30 Mar 13:27
· 1051 commits to master since this release
  • h2 + h2-16 will be negiotiated/upgraded. Priority handling is implemented
    in nghttp2, however assigning requests to workers has currently not the
    necessary information.
  • Alt-Svc support based on https://http2.github.io/http2-spec/alt-svc.html
    Configuration directives H2AltSvc and H2AltSvcMaxAge added. Configurable
    per virtual host.
  • reduced lock contention and eliminated broadcast signalling on internal
    condition variables, improved multi-thread performance