CVSROOT:        /cvs/src
Module name:    src
Changes by:     cori...@sourceware.org  2014-10-14 19:08:27

Modified files:
        winsup/cygwin  : ChangeLog fhandler_socket.cc 

Log message:
        * fhandler_socket.cc (fhandler_socket::connect): Init connect_state to
        connect_pending only on unconnected socket.  Set connect_state to
        connected on WSAEISCONN error.  Set connect_state to connect_failed
        on any other error except WSAEWOULDBLOCK if connect is still pending.
        Add lots of comment to explain why all of the above.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6536&r2=1.6537
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&r1=1.314&r2=1.315

Reply via email to