From: Christophe Jaillet Date: Sun, 22 May 2016 14:08:20 +0000 (+0000) Subject: Move proposal to the right section. X-Git-Tag: 2.4.21~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7058c22d5c591ff0ead3d905c58612a9b78017a;p=thirdparty%2Fapache%2Fhttpd.git Move proposal to the right section. I think that the latest proposal from jorton should also be moved. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1745049 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index eecb3e4c184..f2e4b83446c 100644 --- a/STATUS +++ b/STATUS @@ -175,6 +175,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1 covener + *) core: save a few bytes in conf pool. + trunk patch: http://svn.apache.org/r1744980 + 2.4.x patch: trunk works + +1: jailletc36, + + *) mod_proxy_(fcgi|scgi|http): 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 + http://svn.apache.org/r1744460 + 2.4.x patch: trunk works + +1: jailletc36, + PATCHES/ISSUES THAT ARE BEING WORKED *) http: Don't remove the Content-Length of zero from a HEAD response if @@ -224,19 +237,6 @@ PATCHES/ISSUES THAT ARE BEING WORKED 2.4.x patch: trunk works +1: jorton, - * core: save a few bytes in conf pool. - trunk patch: http://svn.apache.org/r1744980 - 2.4.x patch: trunk works - +1: jailletc36, - - * mod_proxy_(fcgi|scgi|http): 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 - http://svn.apache.org/r1744460 - 2.4.x patch: trunk works - +1: jailletc36, - PATCHES/ISSUES THAT ARE STALLED * core: Add ap_errorlog_provider to make ErrorLog logging modular. This