]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Wed, 15 Jul 2020 14:16:28 +0000 (14:16 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 15 Jul 2020 14:16:28 +0000 (14:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879890 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index bf0524edb05814b6658d3dee5f40c85b8665c634..9e8ca3fe3f7e153c34049f2532b8248515040b63 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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.