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

mod_h2 v2.0.4

Choose a tag to compare

@icing icing released this 15 Sep 09:11
· 244 commits to master since this release
  • new directive H2HeaderStrictness (highest|rfc7540|rfc9113) to configure
    the strictness of HTTP header checks. rfc9113 forbids leading and trailing
    whitespace in headers and is supported when building against
    nghttp2 v1.50.0 or newer. The default is the backward compatible
    behavior, e.g. rfc7540.
  • Integrated improvements from Apache httpd 2.4.x branch:
    • remove unused and insecure code. Fixes PR66037.
    • preserve the port number given in a HTTP/1.1
      request that was Upgraded to HTTP/2. Fixes PR65881.