Skip to content

mod_h2 v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@icing icing released this 16 Mar 17:34
· 1057 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