From: Jeff Trawick Date: Mon, 13 Jun 2016 12:26:40 +0000 (+0000) Subject: fix url, vote, promote X-Git-Tag: 2.4.21~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d9fb2c74a7331b5a3bc9c16315426dec7c908b5;p=apache fix url, vote, promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1748196 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e07de1b5a4..962380a0d5 100644 --- a/STATUS +++ b/STATUS @@ -114,6 +114,12 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_proxy_(fcgi|scgi): save a few bytes in the request pool when this + handler is not able to process the URL. + trunk patch: http://svn.apache.org/r1744458 + http://svn.apache.org/r1744459 + 2.4.x patch: trunk works + +1: jailletc36, jim, trawick PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -145,13 +151,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic, jim - *) mod_proxy_(fcgi|scgi): save a few bytes in the request pool when this - handler is not able to process the URL. - trunk patch: http://svn.apache.org/r1744458 - http://svn.apache.org/91744459 - 2.4.x patch: trunk works - +1: jailletc36, jim - *) core: ASCII string comparison functions optimized speed. This proposal includes and renames ap_casecmpstr[n] functions available in trunk.