]> git.saurik.com Git - wxWidgets.git/commit
- wxSocket no loner automatically Closes() the socket when it receives a
authorGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 10 Feb 2000 01:02:34 +0000 (01:02 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Thu, 10 Feb 2000 01:02:34 +0000 (01:02 +0000)
commit04e1eb03b0daca6fb94a87c972da527c25db032c
tree5524b0a0ca2615d03846358e285574b1a6cd2353
parentc67b773e19e844d8abab6e82c12d673029d5432c
- wxSocket no loner automatically Closes() the socket when it receives a
LOST event.

- Elusive bug found and fixed when:
a) there was still data to be read in the input buffer, but
b) the socket had already been closed by the peer, so
c) there was a LOST event before the next INPUT event was generated.

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