]> granicus.if.org Git - apache/commitdiff
Vote, promote.
authorYann Ylavic <ylavic@apache.org>
Tue, 29 May 2018 19:15:50 +0000 (19:15 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 29 May 2018 19:15:50 +0000 (19:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1832474 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 03c95e90fbdb9c39cf7533459e64fbbc9a69d621..82e7fce03e6b07cae8e2ea8c45f4479af275c8c7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -179,6 +179,22 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1828879 ^/httpd/httpd/trunk .
      +1: icing, jim, ylavic
 
+  *) mod_proxy: Do not restrict the maximum pool size for backend connections any
+     longer by the maximum number of threads per process and use a better default
+     if mod_http2 is loaded.
+     Trunk version of patch:
+      http://svn.apache.org/r1822849
+      http://svn.apache.org/r1822858
+      http://svn.apache.org/r1822878
+      http://svn.apache.org/r1822879
+      http://svn.apache.org/r1822883
+      http://svn.apache.org/r1828485
+     Changes in r1828493
+   Backport version for 2.4.x of patch:
+      Trunk version of patch works
+      svn merge -c 1822849,1822858,1822878,1822879,1822883,1828485 ^/httpd/httpd/trunk .
+   +1: rpluem, jim, ylavic
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -238,22 +254,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/ssl-policy.patch
      +1: icing
 
-  *) mod_proxy: Do not restrict the maximum pool size for backend connections any
-     longer by the maximum number of threads per process and use a better default
-     if mod_http2 is loaded.
-     Trunk version of patch:
-      http://svn.apache.org/r1822849
-      http://svn.apache.org/r1822858
-      http://svn.apache.org/r1822878
-      http://svn.apache.org/r1822879
-      http://svn.apache.org/r1822883
-      http://svn.apache.org/r1828485
-     Changes in r1828493
-   Backport version for 2.4.x of patch:
-      Trunk version of patch works
-      svn merge -c 1822849,1822858,1822878,1822879,1822883,1828485 ^/httpd/httpd/trunk .
-   +1: rpluem, jim
-
   *) mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot spare members are
      used as drop-in replacements for unusable workers in the same load balancer set. This differs
      from hot standbys which are only used when all workers in a set are unusable. PR 61140.