]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Votes.
authorYann Ylavic <ylavic@apache.org>
Tue, 1 Mar 2016 21:34:15 +0000 (21:34 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 1 Mar 2016 21:34:15 +0000 (21:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1733159 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0f5f0f020d5d8fa84e094a6de5b97192ba0f36c5..836c3ef63d5ade8eb7e406635a2bc8c7927a2e17 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -147,7 +147,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/r1729929
      Trunk patch to core.c/http_core.h applies, modulo CHANGES & ap_mmn.h
      Note: httpd.h comment r.e. realiging bit fields must be omitted.
-     +1: wrowe
+     +1: wrowe, ylavic
 
   *) hostname: Test and log useragent_host per-request across various modules,
      including the scoreboard, expression and rewrite engines, setenvif,
@@ -159,7 +159,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Trunk patch r1729930 applies, modulo CHANGES
      Backport patch to r1729931 is noted in the commit log message
      Requires r1729929 to be applied.
-     +1: wrowe
+     +1: wrowe, ylavic
 
   *) Use pre_connection hook in event.c to properly setup connection state
      of slave connections (eliminates hacks in mod_http2).