]> git.saurik.com Git - wxWidgets.git/commit
Changed the order in which events are checked, so that LOST events are
authorGuillermo Rodriguez Garcia <guille@iies.es>
Tue, 8 Feb 2000 18:31:07 +0000 (18:31 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Tue, 8 Feb 2000 18:31:07 +0000 (18:31 +0000)
commitc0043a50661c4f515ede03867ee330cd7170af01
tree2e078f8927c272bf3fdd38f154ef9911c72ce8e3
parentcd6d6d5b9fbbb61cbdb61671bc2f0ee7a11762ef
Changed the order in which events are checked, so that LOST events are
ignored until there are no more events pending. This is because you can
have data waiting to be read, for example, even when the peer has already
closed the connection. This affects _Wait() and OnRequest().

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