]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CHANGES: Missing empty line.
authorYann Ylavic <ylavic@apache.org>
Wed, 22 Mar 2023 13:29:33 +0000 (13:29 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 22 Mar 2023 13:29:33 +0000 (13:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908634 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0a39a1b7cae226803b7431ba55dd40547c9f3176..079878b4a6afa35967e1fb343de83b2b24dd5da2 100644 (file)
--- 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.