You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2016/07/26 18:28:01 UTC

svn commit: r1754166 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Tue Jul 26 18:28:01 2016
New Revision: 1754166

URL: http://svn.apache.org/viewvc?rev=1754166&view=rev
Log:
* Vote and promote

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1754166&r1=1754165&r2=1754166&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Jul 26 18:28:01 2016
@@ -104,21 +104,16 @@ RELEASE SHOWSTOPPERS:
          http://svn.apache.org/viewvc?rev=1753228&view=rev
       Backport version for 2.4.x of patch:
          Trunk version of patch works (modulo CHANGES)
-      +1: wrowe
+      +1: wrowe, rplue,m
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
   *) mod_mem_cache: Don't cache incomplete responses when the client aborts
                     the connection, unless they are complete.  PR 45049.
      Not applicable to trunk, mod_mem_cache doesn't exist there.
      2.2.x patch: http://home.apache.org/~ylavic/patches/httpd-2.2.x-mod_mem_cache-pr45049.patch
-     +1: ylavic, wrowe
+     +1: ylavic, wrowe, rpluem
      ylavic: don't we know from the very beginning of store_body() if
              r->connection->aborted, so to fail there?
      rpluem: Agreed. I guess we can move this up to line 733 before the loop.
@@ -135,6 +130,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              aborted the connection) where we now still cache it in any case
              if it is complete (for immediate availability for next clients).
 
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
   *) mod_proxy_connect: The connect method doesn't work if the client is
      connecting to the apache proxy through an ssl socket. Fixed.
      [Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand,