diff options
Diffstat (limited to 'changes-entries/h2_date_and_bucket_leak.txt')
-rw-r--r-- | changes-entries/h2_date_and_bucket_leak.txt | 6 |
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. + |