From bc0e56cdd3eebbe0fae3f9f5770b09236e8a4a17 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 17 Jan 2024 08:38:02 +0000 Subject: *) mod_http2: v2.0.26 with the following fixes: - Fixed `Date` header on requests upgraded from HTTP/1.1 (h2c). Fixes . - Fixed small memory leak in h2 header bucket free. Thanks to Michael Kaufmann for finding this and providing the fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915281 13f79535-47bb-0310-9956-ffa450edef68 --- changes-entries/h2_date_and_bucket_leak.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes-entries/h2_date_and_bucket_leak.txt (limited to 'changes-entries') diff --git a/changes-entries/h2_date_and_bucket_leak.txt b/changes-entries/h2_date_and_bucket_leak.txt new file mode 100644 index 0000000000..3144d5a047 --- /dev/null +++ b/changes-entries/h2_date_and_bucket_leak.txt @@ -0,0 +1,6 @@ + *) mod_http2: v2.0.26 with the following fixes: + - Fixed `Date` header on requests upgraded from HTTP/1.1 (h2c). Fixes + . + - Fixed small memory leak in h2 header bucket free. Thanks to + Michael Kaufmann for finding this and providing the fix. + -- cgit v1.2.3