Commit 598d280c authored by Joe Orton's avatar Joe Orton
Browse files

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
parent 29be1e43
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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