]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1915281 from trunk:
authorJoe Orton <jorton@apache.org>
Tue, 19 Mar 2024 08:38:00 +0000 (08:38 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 19 Mar 2024 08:38:00 +0000 (08:38 +0000)
commitf7f0f9bf11694ff54303267534b936ea308979e5
tree336293eb0704f949a4e43a994794b8e2ec018a45
parentfb6dd556674f2b102dbd9dd95568257fe8a519f3
Merge r1915281 from trunk:

  *) mod_http2: v2.0.26 with the following fixes:
     - Fixed `Date` header on requests upgraded from HTTP/1.1 (h2c). Fixes
       <https://github.com/icing/mod_h2/issues/272>.
     - Fixed small memory leak in h2 header bucket free. Thanks to
       Michael Kaufmann for finding this and providing the fix.

Submitted by: icing
Reviewed by: icing, gbechis, jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1916413 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/h2_date_and_bucket_leak.txt [new file with mode: 0644]
modules/http2/h2_headers.c
modules/http2/h2_request.c