From: Yann Ylavic Date: Wed, 22 Mar 2023 13:29:33 +0000 (+0000) Subject: CHANGES: Missing empty line. X-Git-Tag: 2.4.57-rc1-candidate~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e84d90c70b29dd549ca8a6f4948f3bbeeee39c3e;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/CHANGES b/CHANGES index 0a39a1b7cae..079878b4a6a 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.