summaryrefslogtreecommitdiffstats
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2024-01-17 09:38:02 +0100
committerStefan Eissing <icing@apache.org>2024-01-17 09:38:02 +0100
commitbc0e56cdd3eebbe0fae3f9f5770b09236e8a4a17 (patch)
treefc928af7aad8ccabea79376fd16d464f7d6cdd5e /changes-entries
parentmod_headers: Avoid infinite recursion with the edit* action and empty matches. (diff)
downloadapache2-bc0e56cdd3eebbe0fae3f9f5770b09236e8a4a17.tar.xz
apache2-bc0e56cdd3eebbe0fae3f9f5770b09236e8a4a17.zip
*) 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915281 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/h2_date_and_bucket_leak.txt6
1 files changed, 6 insertions, 0 deletions
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
+ <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.
+