From: Eric Covener Date: Mon, 29 Aug 2016 21:08:46 +0000 (+0000) Subject: vote/promote X-Git-Tag: 2.4.24~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=135fc30d593666874e40bc5ce35b8668e57bab9e;p=thirdparty%2Fapache%2Fhttpd.git vote/promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1758302 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 4069076f96f..f3a19d0e6c3 100644 --- a/STATUS +++ b/STATUS @@ -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.