You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2020/12/08 23:03:45 UTC

svn commit: r1884220 - /httpd/httpd/trunk/changes-entries/bz63855.txt

Author: ylavic
Date: Tue Dec  8 23:03:45 2020
New Revision: 1884220

URL: http://svn.apache.org/viewvc?rev=1884220&view=rev
Log:
CHANGES entries for PR 63855.

Added:
    httpd/httpd/trunk/changes-entries/bz63855.txt

Added: httpd/httpd/trunk/changes-entries/bz63855.txt
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/changes-entries/bz63855.txt?rev=1884220&view=auto
==============================================================================
--- httpd/httpd/trunk/changes-entries/bz63855.txt (added)
+++ httpd/httpd/trunk/changes-entries/bz63855.txt Tue Dec  8 23:03:45 2020
@@ -0,0 +1,6 @@
+  *) 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]
+