]> granicus.if.org Git - apache/commitdiff
Update proposal
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 1 Sep 2015 09:11:45 +0000 (09:11 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 1 Sep 2015 09:11:45 +0000 (09:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1700429 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 887ee4dc81c73f9e20a5323bcbce4f06b26e0137..115db3ca748e2ab1e17a1e5b4cfb52de60bb7410 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -296,18 +296,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: https://raw.githubusercontent.com/icing/mod_h2/master/sandbox/httpd/patches/core-protocols.patch
     +1: icing, 
  
-
-PATCHES/ISSUES THAT ARE BEING WORKED
-
   *) mod_socache_memcache: Add the 'MemcacheConnTTL' directive to control how 
      long to keep idle connections with the memcache server(s).
      Change default value from 600 usec (!) to 15 sec.  PR 58091
      Measurements available in the svn commit message.
      trunk: http://svn.apache.org/r1696105
-     2.4.x: trunk works modulo CHANGES
+            http://svn.apache.org/r1700418
+     2.4.x: http://people.apache.org/~jailletc36/socache_memcache.diff
      +1: jailletc36
      covener: please add compatibility tag to doc during backport
-     jailletc36: I'll make some small modifications based on discussion with Yann on dev@
+     jailletc36: done in r1700418
+
+
+PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) mod_ssl: add ALPN support by allowing other modules to register callbacks
               for negotiation of the application layer protocol.  PR 52210.