From: Guillermo Rodriguez Garcia Date: Thu, 10 Feb 2000 01:02:34 +0000 (+0000) Subject: - wxSocket no loner automatically Closes() the socket when it receives a X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/04e1eb03b0daca6fb94a87c972da527c25db032c?hp=04e1eb03b0daca6fb94a87c972da527c25db032c - 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 ---