]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add missing line break [skip ci]
authorRuediger Pluem <rpluem@apache.org>
Wed, 16 Dec 2020 10:23:37 +0000 (10:23 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 16 Dec 2020 10:23:37 +0000 (10:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884494 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f15a44167defca6e42a93c4f96c305c826d715e7..7992e42f19f9a4b13df5fe8c06bcbf1e4ecea178 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,7 @@ Changes with Apache 2.5.1
 
   *) mod_proxy_http: Fix 100-continue deadlock for spooled request bodies,
      leading to Request Timeout (408).  PR 63855.  [Yann Ylavic]
+
   *) http: Allow unknown response status' lines returned in the form of
      "HTTP/x.x xxx Status xxx".  [Yann Ylavic]