You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/07/30 22:58:08 UTC

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

Author: sf
Date: Mon Jul 30 20:58:07 2012
New Revision: 1367295

URL: http://svn.apache.org/viewvc?rev=1367295&view=rev
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=1367295&r1=1367294&r2=1367295&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jul 30 20:58:07 2012
@@ -148,28 +148,26 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    * configure: Add message about how to enable crypto support in APR.
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1324760
      2.4.x patch: Trunk patch applies.
-     +1: rjung
+     +1: rjung, sf
      rjung: igalic: you applied it to trunk, care to vote?
 
    * proxy: Treat EAGAIN as an error for a blocking read from the input filter
      stack.
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1242798
      2.4.x patch: Trunk patch applies.
-     +1: rjung
+     +1: rjung, sf
      rjung: jorton: you applied it to trunk, care to vote?
 
    * authz: pass the provider name to parse_require_line as pool userdata
      This allows a single C function to implement several authz providers.
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1351016
      2.4.x patch: Trunk patch applies.
-     +1: rjung
-     rjung: sf: you applied it to trunk, care to vote?
+     +1: rjung, sf
 
    * event: Simplify handling of MaxConnectionsPerChild.
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1361766
      2.4.x patch: Trunk patch applies.
-     +1: rjung
-     rjung: sf: you applied it to trunk, care to vote?
+     +1: rjung, sf
 
    * event: Keep track of the number of clogged, lingering, and suspended connections.
      Don't count connections in lingering close state when calculating
@@ -188,8 +186,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Stefan Fritsch.
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1334343
      2.4.x patch: Trunk patch applies.
-     +1: rjung
-     rjung: sf: you applied it to trunk, care to vote?
+     +1: rjung, sf
 
    * headers: ap_str(case)cmp_match returns the opposite of what is advertized
      in the header.