https://issues.apache.org/bugzilla/show_bug.cgi?id=48736
Summary: apr_socket_connect() incompatibility between Unix and
Windows
Product: APR
Version: HEAD
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: APR
AssignedTo: bugs@apr.apache.org
ReportedBy: inoue@ariel-networks.com
Created an attachment (id=24977)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24977)
take care of WSAEISCONN
Unix's apr_socket_connect() takes care of EISCONN and returns APR_SUCCESS in
case of EISCONN.
For compatibility with this, Window's apr_socket_connect() should take care of
WSAEISCONN.
I will attach the patch.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org
|