From: Eric Covener Date: Wed, 15 Apr 2015 01:40:14 +0000 (+0000) Subject: vote/promote X-Git-Tag: 2.4.13~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feca46c18ed1211751b535134ac2ad4165ddd162;p=thirdparty%2Fapache%2Fhttpd.git vote/promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673609 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 9765b1601e4..badb23ec991 100644 --- a/STATUS +++ b/STATUS @@ -101,6 +101,15 @@ CURRENT RELEASE NOTES: RELEASE SHOWSTOPPERS: + *) mod_proxy_http: Use the "Connection: close" header for requests to + backends not recycling connections (disablereuse), including the default + reverse and forward proxies. + trunk patch: http://svn.apache.org/r1526189 + http://svn.apache.org/r1658765 + 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_proxy_connection_reusable.patch + +1: ylavic, rjung, covener + ylavic: updated with ap_proxy_connection_reusable(), missing in 2.4.x. + PATCHES ACCEPTED TO BACKPORT FROM TRUNK: @@ -251,16 +260,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: *) mod_http: Fix incorrect If-Match handling. PR 57358. trunk patch: http://svn.apache.org/r1646282 2.4.x patch: trunk works (modulo CHANGES) - +1: ylavic - - *) mod_proxy_http: Use the "Connection: close" header for requests to - backends not recycling connections (disablereuse), including the default - reverse and forward proxies. - trunk patch: http://svn.apache.org/r1526189 - http://svn.apache.org/r1658765 - 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_proxy_connection_reusable.patch - +1: ylavic, rjung - ylavic: updated with ap_proxy_connection_reusable(), missing in 2.4.x. + +1: ylavic, covener *) core: Cleanup the request soon/even if some output filter fails to handle the EOR bucket.