]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Reports of connect() problems from dummy_connection are
authorJoe Orton <jorton@apache.org>
Fri, 11 Feb 2005 16:32:27 +0000 (16:32 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 11 Feb 2005 16:32:27 +0000 (16:32 +0000)
not uncommon - this might help.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@153418 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2d640f4e5e09baf75c27fabad05b6bf96a164a81..8003958b8c3a74308e064d160a0cf13020ee50a8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -93,6 +93,14 @@ PATCHES TO BACKPORT FROM TRUNK:
     identify exactly what the proposed changes are! ]
   [ please append new backports at the end of this list not the top. ]
 
+    *) dummy_connection tweak: directly use the address of the first
+       listener rather than extracting through getnameinfo(), and log
+       the address for better diagnostics in error cases.
+       http://svn.apache.org/viewcvs.cgi?rev=102869&view=rev
+       http://svn.apache.org/viewcvs.cgi?rev=105264&view=rev
+       rediffed for 2.0 as: http://www.apache.org/~jorton/ap_dummy.diff
+       +1: jorton
+
     *) mod_ssl: Set r->user from SSLUsername earlier so that it's
        actually useful.
        http://svn.apache.org/viewcvs.cgi?rev=153280&view=rev