]> git.saurik.com Git - wxWidgets.git/commitdiff
- 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)
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


No differences found