From: Joe Orton Date: Fri, 11 Feb 2005 16:32:27 +0000 (+0000) Subject: Reports of connect() problems from dummy_connection are X-Git-Tag: 2.0.54~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2dc0cccf2cd39b6dc3506b9d7ff9fbab71e607f;p=thirdparty%2Fapache%2Fhttpd.git Reports of connect() problems from dummy_connection are 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 --- diff --git a/STATUS b/STATUS index 2d640f4e5e0..8003958b8c3 100644 --- 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