]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Promote
authorJim Jagielski <jim@apache.org>
Tue, 8 May 2007 18:22:09 +0000 (18:22 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 8 May 2007 18:22:09 +0000 (18:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536289 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e3eab19b6d6b83104a55d02b28900e8843fe5cac..6919407a9aeb515f3a4bcc438e7f97e1ad121e57 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -105,6 +105,14 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
       (It also works for httpd-2.2.x).
       +1: jfclere, rpluem, wrowe
 
+   * proxy_util.c: Add alternate is_socket_connected() function
+     which uses APR calls.
+     Trunk version of patch:
+       http://svn.apache.org/viewvc?view=rev&rev=473278
+       http://svn.apache.org/viewvc?view=rev&rev=535354
+     2.2.x version of patch:
+       Trunk version works
+     +1: rpluem, mturk, jim
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -165,15 +173,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          non-path, special values, (e.g. '/' vs %2F the character)
          then I'm strongly +1.
 
-   * proxy_util.c: Add alternate is_socket_connected() function
-     which uses APR calls.
-     Trunk version of patch:
-       http://svn.apache.org/viewvc?view=rev&rev=473278
-       http://svn.apache.org/viewvc?view=rev&rev=535354
-     2.2.x version of patch:
-       Trunk version works
-     +1: rpluem, mturk, jim
-
    * core: Add extern "C" linkage to several headers to make it easier to use
      them in C++ code.
         PR: 42286