]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Votes.
authorYann Ylavic <ylavic@apache.org>
Sat, 15 Nov 2014 01:04:52 +0000 (01:04 +0000)
committerYann Ylavic <ylavic@apache.org>
Sat, 15 Nov 2014 01:04:52 +0000 (01:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1639820 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8e4cd6d48245f8da2e32c5a07c57adc4b4382ba5..8e1c89806a32c1572a917c1216deb6a2ea510721 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -196,13 +196,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      leak in mod_ssl on graceful restart. PR 53435.
      trunk patch: http://svn.apache.org/r1638772
      2.4.x patch: trunk works
-     +1 jkaluza
+     +1 jkaluza, ylavic
 
    * event: avoid dereferencing a recently apr_pool_clear()'ed 
      event_conn_state_t *cs when ptrans is being recycled at EOR.
      trunk patch: http://svn.apache.org/r1638879
      2.4.x patch: trunk works
-     +1 covener
+     +1 covener, ylavic
 
    * easy proposals to synch 2.4.x and trunk
         - ssl: Axe needless string duplication in setup for call to apr_proc_create()
@@ -221,13 +221,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1418763
      2.4.x patch: trunk works
                   http://people.apache.org/~jailletc36/backport10.patch
-     +1: jailletc36
+     +1: jailletc36, ylavic
 
     * 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
+      +1: covener, ylavic
 
    * 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.