You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2014/10/25 19:50:20 UTC

svn commit: r1634238 - /httpd/httpd/branches/2.4.x/STATUS

Author: covener
Date: Sat Oct 25 17:50:19 2014
New Revision: 1634238

URL: http://svn.apache.org/r1634238
Log:
add mod_cache proposal, log some votes


Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1634238&r1=1634237&r2=1634238&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Oct 25 17:50:19 2014
@@ -224,13 +224,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1629507
      trunk patch: http://svn.apache.org/r1629652
      2.4.x patch: trunk works modulo CHANGES
-     +1: rjung
+     +1: rjung, covener
 
    * mod_cache_socache: Change average object size
      hint from 32 bytes to 2048 bytes. 
      trunk patch: http://svn.apache.org/r1629508
      2.4.x patch: trunk works modulo CHANGES
-     +1: rjung
+     +1: rjung, covener
 
    * mod_ssl: Move OCSP stapling information to a per-server hash. PR 54357.
      trunk patches: https://svn.apache.org/r1629372
@@ -260,7 +260,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    * default SSL configuration: provide sample OCSP Stapling configuration
      trunk patch: http://svn.apache.org/r1633730
      2.4.x patch: http://people.apache.org/~trawick/2.4.x-sample-ocsp-stapling.txt
-     +1: trawick
+     +1: trawick, covener
 
    * style fix
      trunk patch: http://svn.apache.org/r1633031
@@ -269,6 +269,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1633530
      2.4.x patch: trunk works
      +1: jailletc36
+ 
+   * mod_cache: Restore original request headers when skipping updating the cache due to
+     a busy/broken CacheLock.  Can result in a 304 to an uncoditional request.
+     trunk patch: http://svn.apache.org/r1634237
+     2.4.x patch: trunk works
+     +1 covener
 
 OTHER PROPOSALS