summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-03-22 13:29:33 +0000
committerYann Ylavic <ylavic@apache.org>2023-03-22 13:29:33 +0000
commite84d90c70b29dd549ca8a6f4948f3bbeeee39c3e (patch)
tree590cc7fd6d0bb9185194bf0ccd1b645d174dc221
parent4ef84fb3819a6381c13b2d4946b9927abd619c87 (diff)
downloadhttpd-e84d90c70b29dd549ca8a6f4948f3bbeeee39c3e.tar.gz
CHANGES: Missing empty line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908634 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0a39a1b7ca..079878b4a6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -147,6 +147,7 @@ Changes with Apache 2.4.55
The checks for this in nghttp2 v1.50.0+ are disabled.
- Extensive testing in production done by Alessandro Bianchi (@alexskynet)
on the v2.0.x versions for stability. Many thanks!
+
*) mod_proxy_http2: fixed #235 by no longer forwarding 'Host:' header when
request ':authority' is known. Improved test case that did not catch that
the previous 'fix' was incorrect.