Commit 49d58ce3 authored by Eric Covener's avatar Eric Covener
Browse files

vote/promote


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1758302 13f79535-47bb-0310-9956-ffa450edef68
parent 264688f5
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -117,6 +117,14 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

  *) mod_proxy_hcheck: Add missing copy of hcuri and hcexpr ftom the worker to
     the health check worker.
     Trunk version of patch:
      http://svn.apache.org/r1757662
     Backport version for 2.4.x of patch:
      Trunk version of patch works
      CHANGES in http://svn.apache.org/r1757663
     +1: rpluem, jim, covener

PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -193,15 +201,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1750392.patch
     +1: ylavic

  *) mod_proxy_hcheck: Add missing copy of hcuri and hcexpr ftom the worker to
     the health check worker.
     Trunk version of patch:
      http://svn.apache.org/r1757662
     Backport version for 2.4.x of patch:
      Trunk version of patch works
      CHANGES in http://svn.apache.org/r1757663
     +1: rpluem, jim

   * mod_cgid: Wrong CGI process killed when a small CGI response is followed
     by another CGI request, because of min bytes to write in core output filter
     delaying the pool cleanup.  Likely fixes PR57771 too.