]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_md: update to version 2.0.30
authorStefan Eissing <icing@apache.org>
Mon, 3 Mar 2025 12:32:31 +0000 (12:32 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 3 Mar 2025 12:32:31 +0000 (12:32 +0000)
commite1fe1d850571049b6c8d937b7d0d1869ddda10a6
tree35d83994cd90d316e5d42a8a6302f5aca0bb43ae
parent826f90e639002122f71771073066e3bd51033f8a
  *) mod_md: update to version 2.0.30
     - 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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924145 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/h2_v2.0.30.txt [new file with mode: 0644]
docs/manual/mod/mod_http2.xml
modules/http2/h2_config.c
modules/http2/h2_config.h
modules/http2/h2_session.c
modules/http2/h2_stream.c
modules/http2/h2_version.h