From: Yann Ylavic <ylavic@apache.org>
Date: Tue, 29 May 2018 19:15:50 +0000 (+0000)
Subject: Vote, promote.
X-Git-Tag: 2.4.34~160
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6371a1e38156042812cbaac8fdf23cf6bde6beba;p=apache

Vote, promote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1832474 13f79535-47bb-0310-9956-ffa450edef68
---

diff --git a/STATUS b/STATUS
index 03c95e90fb..82e7fce03e 100644
--- 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.