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

mod_h2 v0.5.2

Choose a tag to compare

@icing icing released this 22 Apr 14:44
· 963 commits to master since this release
  • rewrote the input handling
    • forwarding headers in camel case to HTTP/1 request prossing
    • merging duplicate headers into single line with proper separators
    • eliminated h2_bucket by using apr_bucket_brigades everywhere
    • added test cases and fixed chunked input processing
  • sandbox now uses curl 7.42.0
  • enhanced alpn patch slightly, compatible to old one, no need to repatch mod_ssl on existing installations
  • adding some tests with fcgi, for sandbox testing please install php5-cgi