You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2020/07/15 14:16:28 UTC

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

Author: minfrin
Date: Wed Jul 15 14:16:28 2020
New Revision: 1879890

URL: http://svn.apache.org/viewvc?rev=1879890&view=rev
Log:
Vote and promote.

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=1879890&r1=1879889&r2=1879890&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jul 15 14:16:28 2020
@@ -135,6 +135,15 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ *) mod_http2: Avoid segfaults in case of handling certain responses for
+    already aborted connections.
+    Trunk version of patch:
+      http://svn.apache.org/r1879544
+      http://svn.apache.org/r1879546
+      http://svn.apache.org/r1879547
+    Backport version for 2.4.x of patch:
+      https://github.com/apache/httpd/pull/132.diff
+    +1: rpluem, icing, minfrin
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -202,17 +211,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-etag2.patch
     +1: minfrin, jim
 
-
- *) mod_http2: Avoid segfaults in case of handling certain responses for
-    already aborted connections.
-    Trunk version of patch:
-      http://svn.apache.org/r1879544
-      http://svn.apache.org/r1879546
-      http://svn.apache.org/r1879547
-    Backport version for 2.4.x of patch:
-      https://github.com/apache/httpd/pull/132.diff
-    +1: rpluem, icing
-
  *) mod_http2: Fixes LimitRequestFields configuration handling to compensate for
     browsers that send request headers as multiple ones to make best use of HTTP/2
     compression.