github icing/mod_h2 v1.5.3
mod_h[ttp]2 v1.5.3

latest releases: v2.0.27, v2.0.26, v2.0.25...
8 years ago
  • slave connections have conn_rec->aborted flag set when a stream
    has been reset by the client.
  • Small fixes in bucket beams when forwarding file buckets. Output handling
    on master connection uses less FLUSH and passes automatically when more
    than half of H2StreamMaxMemSize bytes have accumulated.
    Workaround for http: when forwarding partial file buckets to keep the
    output filter from closing these too early.
  • elimination of fixed master connectin buffer for TLS connections. New
    scratch bucket handling optimized for TLS write sizes.
    File bucket data read directly into scratch buffers, avoiding one
    copy. Non-TLS connections continue to pass buckets unchanged to the core
    filters to allow sendfile() usage.
  • h2_request.c is no longer shared between these modules. This simplifies
    building on platforms such as Windows, as module reference used in
    logging is now clear.

Don't miss a new mod_h2 release

NewReleases is sending notifications on new releases.