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

mod_h2 v0.4.3

Pre-release
Pre-release

Choose a tag to compare

@icing icing released this 10 Apr 14:18
· 1012 commits to master since this release
  • heavy work on internal data transfers, use of apache bucket brigades for
    improved performance and parallelism
  • mod_h2 now performs proper flow-control on input. Uploads can no longer
    flood memory of the server.
  • changed mod_ssl patch to reflect current trunk changes in regard to NPN/ALPN
    support.
  • patched the trunk ALPN patch to make it do the right thing if no
    ALPNPreference is configured
  • added DESTDIR support in Makefile as supplied by Hanno Böck.