]> granicus.if.org Git - apache/commitdiff
vote
authorJim Jagielski <jim@apache.org>
Tue, 2 Dec 2014 12:44:32 +0000 (12:44 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 2 Dec 2014 12:44:32 +0000 (12:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1642853 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ffbffeeca9cfc5ac0b50bb3f4e12aed16ad9b6b1..024e99819f9fd58f775ebff98dd56275cf0430e2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -115,7 +115,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
               PR57204. 
      trunk patch: http://svn.apache.org/r1642499
      2.4.x patch: trunk works:
-     +1 covener, ylavic
+     +1 covener, ylavic, jim
        
    * mod_proxy: Preserve original request headers even if they differ
                 from the ones to be forwarded to the backend. PR 45387.
@@ -200,32 +200,32 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1638879
                   http://svn.apache.org/r1640031
      2.4.x patch: trunk works
-     +1 covener, ylavic
+     +1 covener, ylavic, jim
 
     * event: avoid potentially concurrent access to a 'cs' right as it goes
       into lingering close.
       trunk patch: http://svn.apache.org/r1639614
       2.4.x patch: trunk works
-      +1: covener, ylavic
+      +1: covener, ylavic, jim
 
    * mod_proxy_connect: Don't issue AH02447 on sockets hangups, let the read
      determine whether it is a normal close or a real error. PR 57168.
      trunk patch: http://svn.apache.org/r1635645
      2.4.x patches: trunk works (modulo CHANGES).
-     +1: ylavic, covener
+     +1: ylavic, covener, jim
 
    * mod_proxy_wstunnel: abort backend connection on polling error to avoid
      further processing (lingering close, SSL shutdown).
      trunk patch: http://svn.apache.org/r1635644
      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_proxy_wstunnel-aborted.patch
-     +1: ylavic, covener
+     +1: ylavic, covener, jim
 
    * mod_proxy_fcgi, mod_authnz_fcgi: stop reading the response and issue an error
      when parsing or forwarding the response fails.
      trunk patch: http://svn.apache.org/r1640040
                   http://svn.apache.org/r1640042
      2.4.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, trawick
+     +1: ylavic, trawick, jim
 
    * mod_proxy_fcgi: Ignore body data from backend for 304 responses. PR 57198.
      trunk patch: http://svn.apache.org/r1640495