From: Graham Leggett Date: Sun, 17 Jan 2021 16:39:51 +0000 (+0000) Subject: Promote directly following a vote. X-Git-Tag: 2.4.47~152 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9785f476c3930dc02b78115474c73b66dd163cd;p=thirdparty%2Fapache%2Fhttpd.git Promote directly following a vote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1885606 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 67d7d35afd8..38ed50eddae 100644 --- a/STATUS +++ b/STATUS @@ -138,6 +138,19 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_proxy: common spooling code to allow mod_proxy_fgci proxy-sendcl. BZ 57087 + trunk patch: https://svn.apache.org/r1884067 + https://svn.apache.org/r1884068 + https://svn.apache.org/r1884069 + https://svn.apache.org/r1884070 + 2.4.x patch: http://people.apache.org/~ylavic/patches/2.4.x-mod_proxy_fcgi-sendcl-5on5.patch + https://github.com/apache/httpd/pull/162 + +1: ylavic, covener, minfrin + ylavic: Long standing BZ (always send Content-Length, according to the CGI + specs) which is addressed by reusing mod_proxy_http's spooling + code (moved to proxy_util) in mod_proxy_fcgi. The user still needs + to SetEnv proxy-sendcl for that (2.4 compat). + PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -206,21 +219,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: svn merge -c 1881303,1881304,1881305,1881306 ^/httpd/httpd/trunk . +1: jailletc36, minfrin - [ start of series (staged/cumulative patches) ] - *) mod_proxy: common spooling code to allow mod_proxy_fgci proxy-sendcl. BZ 57087 - trunk patch: https://svn.apache.org/r1884067 - https://svn.apache.org/r1884068 - https://svn.apache.org/r1884069 - https://svn.apache.org/r1884070 - 2.4.x patch: http://people.apache.org/~ylavic/patches/2.4.x-mod_proxy_fcgi-sendcl-5on5.patch - https://github.com/apache/httpd/pull/162 - +1: ylavic, covener - ylavic: Long standing BZ (always send Content-Length, according to the CGI - specs) which is addressed by reusing mod_proxy_http's spooling - code (moved to proxy_util) in mod_proxy_fcgi. The user still needs - to SetEnv proxy-sendcl for that (2.4 compat). - [ End of series ] - *) Easy patches: synch 2.4.x and trunk - mod_dav: save a few cycles - mod_{ssl,md}: init_stapling_status hooks should return an int