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 2016/12/12 20:50:05 UTC

svn commit: r1773869 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Mon Dec 12 20:50:05 2016
New Revision: 1773869

URL: http://svn.apache.org/viewvc?rev=1773869&view=rev
Log:
Propose.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1773869&r1=1773868&r2=1773869&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Dec 12 20:50:05 2016
@@ -115,17 +115,18 @@ RELEASE SHOWSTOPPERS:
 
   *) Looping during check_headers() failure.
      Fix potential looping in new check_headers() due to new pattern of
-     ap_die() from http header filter.  Also, remove the bad headers explicitly.
+     ap_die() from http header filter.  Also, clear the previous headers
+     and body explicitly.
      Trunk patch:  https://svn.apache.org/r1773293
+                   https://svn.apache.org/r1773293
+                   https://svn.apache.org/r1773761
+                   https://svn.apache.org/r1773779
+                   https://svn.apache.org/r1773812
+                   https://svn.apache.org/r1773861
+                   https://svn.apache.org/r1773862
+                   https://svn.apache.org/r1773865
      2.4.x patch: trunk works
-     +1: covener, jim
-     -1: wrowe
-     covener: This is not ideal but the looping/OOM is bad.
-     jim: with the understanding that more work post release
-     wrowe: *IIUC* If we are transmitting the discarded body to the client,
-            and switching the code to 500, this isn't really a salvagable
-            resolution. Two alternatives suggested to the list a few days ago.
-     ylavic: how about r1773761?
+     +1: ylavic
 
   *) Final CVE check