Skip to content

mod-h2 v2.0.30

Latest
Compare
Choose a tag to compare
@icing icing released this 03 Mar 12:17
v2.0.30
e6953bc
  • Fixed bug in handling over long response headers. When the 64 KB limit
    of nghttp2 was exceeded, the request was not reset and the client was
    left hanging, waiting for it. Now the stream is reset.
  • Added new directive H2MaxHeaderBlockLen to set the limit on response
    header sizes.
  • Fixed handling of Timeout vs. KeepAliveTimeout when first request on a
    connection was reset.