Skip to content

mod_h2 v0.4.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@icing icing released this 10 Apr 14:18
· 971 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.