You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/02/11 17:32:29 UTC

svn commit: r153418 - httpd/httpd/branches/2.0.x/STATUS

Author: jorton
Date: Fri Feb 11 08:32:27 2005
New Revision: 153418

URL: http://svn.apache.org/viewcvs?view=rev&rev=153418
Log:
Reports of connect() problems from dummy_connection are
not uncommon - this might help.

Modified:
    httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?view=diff&r1=153417&r2=153418
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Fri Feb 11 08:32:27 2005
@@ -93,6 +93,14 @@
     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