Releases: icing/mod_h2
Releases · icing/mod_h2
mod_h2 v0.2.0
- 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
mod_h2 v0.1.1
- added cgi test cases (needs python installed)
- fixed typo in configure.ac that did not set the CPP flags correctly (#3)
- fixed handling of chunked encoding in responses
mod_h2 v0.1.0
- first alpha release, see README on how to use it and what is all missing
- h2 supported with openssl > 1.0.1 and patched mod_ssl (patch included and used in sandbox)
- h2c supported
- only usable in mpm_worker right now
configure --enable-sandbox
for a local install of everything needed- tested with httpd 2.4.12 and nghttp2 0.7.5 on Ubuntu 14.04 and OS X 10.10