set socket state to connected when it receives a connection notification, otherwise...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Jul 2009 16:10:12 +0000 (16:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 2 Jul 2009 16:10:12 +0000 (16:10 +0000)
commit40a983ad63191f377080cf3ad49a7f3198bfcb2d
tree075575115c3a19127a0333548955cfca1e23749f
parentb3ba1043299d50543aca2d4b9ca154f07402b841
set socket state to connected when it receives a connection notification, otherwise WaitOnConnect() had to be called for asynchrnously Connect()ed sockets to work (closes #10952)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/socket.cpp