]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge of /httpd/httpd/trunk:r1924145,1924164,1924197
authorStefan Eissing <icing@apache.org>
Tue, 3 Jun 2025 07:40:48 +0000 (07:40 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 3 Jun 2025 07:40:48 +0000 (07:40 +0000)
commit0343adfaedd03a85211d6997562cc7123f81c494
tree2bf08f5d9034cfc31d0e8d460a3123f7821ab496
parent540ecf89abe2639e9079bdc57a8d5b98f046f8c7
Merge of /httpd/httpd/trunk:r1924145,1924164,1924197

  *) mod_http2: 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/branches/2.4.x@1926076 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