Skip to content

mod_h2 v0.2.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@icing icing released this 24 Mar 16:35
· 1038 commits to master since this release
  • optimizations on response reads
  • being more apacheeeish, using APR_RINGs for queue handling
  • using openssl latest.tar.gz to retrieve latest openssl for sandbox
  • fixed crash in large request header handling
  • better flushing of stream io resulting in performance improvements
  • added sandbox tests for chunked responses of various sizes
  • integrated fix (#5) from
    Jonathan (invader444) to fix chunked encoding when converting http/1
    responses to http2 unchunked data.