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

mod_h2 v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@icing icing released this 16 Mar 17:34
· 1108 commits to master since this release
  • merged pull request from Tatsuhiro Tsujikawa, removing code for CONTINUATION
    frames that are never seen by mod_h2
  • request/response headers are filtered when converting between HTTP/1.1 and
    HTTP/2 where they can only do harm (Expect/Connection/etc.)
  • added test cases for uploads
  • fixed handling of uploads ;-)
  • enabled h2c upgrade for "OPTIONS *" requests
  • changed h2_stream_set implementation to use sorted apr array
  • switched to nghttp2 v0.7.7 in sandbox