From: William A. Rowe Jr Date: Thu, 14 May 2015 19:17:46 +0000 (+0000) Subject: Promoted, lots of low-hanging fruit looking for one more eyeball (or eyeballs) X-Git-Tag: 2.2.30~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=705f33f336e2327fb260bdd529ae5ebc8d7fc1b4;p=thirdparty%2Fapache%2Fhttpd.git Promoted, lots of low-hanging fruit looking for one more eyeball (or eyeballs) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1679438 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 754b7b028c9..734dbfa82fe 100644 --- a/STATUS +++ b/STATUS @@ -101,6 +101,20 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_proxy: Reuse proxy workers' parameters and scores across graceful + restarts, even if new workers added, old ones removed, or the order + changes. PR 44736. [Jan Kaluza] + 2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-graceful_share_full-v7.patch + ylavic: trunk/2.4.x not concerned, 2.2.x only. + +1: ylavic, jkaluza, wrowe + + * mod_proxy_ajp: Fix get_content_length(). + clength in request_rec is for response sizes, not request body size. + It is initialized to 0, so the "if" branch was never taken. + trunk patch: http://svn.apache.org/r1649043 + 2.2.x patch: trunks works (plus CHANGES) + +1 rjung, ylavic, wrowe + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -123,20 +137,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.2.x patch: http://people.apache.org/~wrowe/httpd-2.2-utf8-servicename.patch +1: wrowe, gsmith - * mod_proxy: Reuse proxy workers' parameters and scores across graceful - restarts, even if new workers added, old ones removed, or the order - changes. PR 44736. [Jan Kaluza] - 2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-graceful_share_full-v7.patch - ylavic: trunk/2.4.x not concerned, 2.2.x only. - +1: ylavic, jkaluza, wrowe - - * mod_proxy_ajp: Fix get_content_length(). - clength in request_rec is for response sizes, not request body size. - It is initialized to 0, so the "if" branch was never taken. - trunk patch: http://svn.apache.org/r1649043 - 2.2.x patch: trunks works (plus CHANGES) - +1 rjung, ylavic, wrowe - * mod_ssl: Add support for configuring persistent TLS session ticket encryption/decryption keys (useful for clustered environments). [Paul Querna, Kaspar Brand]