try reading/writing to/from the socket before blocking on it, this seems more efficie...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 30 Dec 2008 14:50:23 +0000 (14:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 30 Dec 2008 14:50:23 +0000 (14:50 +0000)
commitf5395600192bf4658f37c3fc079acfc52cd6f049
tree5181a8492345a0038833da0dfcb54f1e2920c2fd
parent9940bebff454625ab866f6bd35afc8caa2eb6cb4
try reading/writing to/from the socket before blocking on it, this seems more efficient and is required to avoid blocking indefinitely under Windows

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