From: Ruediger Pluem Date: Tue, 3 May 2016 18:00:44 +0000 (+0000) Subject: * Promote X-Git-Tag: 2.4.21~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45bacd239c8821af07837fe078fc67819d5ac25c;p=thirdparty%2Fapache%2Fhttpd.git * Promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1742165 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 6c6fe8cbce5..94bf4e29a47 100644 --- a/STATUS +++ b/STATUS @@ -114,6 +114,15 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) Correct scoreboard behaviors in multiple MPMs and mod_http2 to avoid + clobbering the most recent request line at unexpect times. Corrects + a notable regression in 2.4.20 and in some earlier edge cases. + PR 59333 + See r1741310 for more precise patch details + trunk patch: http://svn.apache.org/r1741310 + http://svn.apache.org/r1741461 + 2.4.x patch: https://raw.githubusercontent.com/wrowe/patches/master/backport-httpd-2.4-r1741310-1741461.patch + +1: wrowe, ylavic, rpluem PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -175,16 +184,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic - *) Correct scoreboard behaviors in multiple MPMs and mod_http2 to avoid - clobbering the most recent request line at unexpect times. Corrects - a notable regression in 2.4.20 and in some earlier edge cases. - PR 59333 - See r1741310 for more precise patch details - trunk patch: http://svn.apache.org/r1741310 - http://svn.apache.org/r1741461 - 2.4.x patch: https://raw.githubusercontent.com/wrowe/patches/master/backport-httpd-2.4-r1741310-1741461.patch - +1: wrowe, ylavic, rpluem - * Guard against premature invocation of ap_get_useragent_host() when the read_request hook has not satisfied r->useragent_addr; trunk patch: http://svn.apache.org/r1742135