Commit d1ba806f authored by Yann Ylavic's avatar Yann Ylavic
Browse files

Vote, promote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1832474 13f79535-47bb-0310-9956-ffa450edef68
parent 28932984
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -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.