Commit 6a2607c2 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

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
parent 1baa3a5b
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -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]