From: Christophe Jaillet Date: Tue, 10 Jun 2014 05:36:52 +0000 (+0000) Subject: Proposals X-Git-Tag: 2.4.10~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=968bc443c1f6a1c1431ce48b538a1d6e577f9ba5;p=apache Proposals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1601548 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 9e891ee6d2..d321975816 100644 --- a/STATUS +++ b/STATUS @@ -213,15 +213,46 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: "100 Continue" (interim) response to the client if it does not expect one. trunk patch: http://svn.apache.org/r1588519 - 2.4.x patch: trunk works (module CHANGES) + 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic * mod_proxy: Preserve original request headers even if they differ from the ones to be forwarded to the backend. PR 45387. trunk patch: http://svn.apache.org/r1588527 - 2.4.x patch: trunk works (module CHANGES) + 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic + * mod_proxy_fdpass: Fix computation of the size of 'struct sockaddr_un' + when passed to 'connec()'. + [Graham Dumpleton ] + trunk patch: http://svn.apache.org/r1598946 + 2.4.x patch: trunk works (modulo CHANGES) + +1: jailletc36 + + * core: factor out DEFAULT_HANDLER_NAME + trunk patch: http://svn.apache.org/r1496709 + 2.4.x patch: trunk works (modulo ap_mmn.h) + +1: jailletc36 + + * Easy patches - synch with trunk + core: avoid a double apr_time_now() call on the first succeeding read. + mod_proxy_balancer: Correctly escape user provided data. + mod_usertrack: Save a few bytes of memory. This can be done in temp_pool + mod_cache: Fix layout + mod_cache_socache: Don't pass uninitialized rv passed to ap_log_rerror() + Stop throwing away a pointer on the heap + mod_cache: add the URI to DEBUG message 00765 + heartbeat: Doxygen fix + reorg to match how other header files are built + trunk patch: + http://svn.apache.org/r1572905 + http://svn.apache.org/r1595305 + http://svn.apache.org/r1597182 + http://svn.apache.org/r1586827 + http://svn.apache.org/r1534892 + http://svn.apache.org/r1563193 + http://svn.apache.org/r1597639 + 2.4.x patch: http://people.apache.org/~jailletc36/backport8.patch + +1: jailletc36 OTHER PROPOSALS