don't handle orderly socket shutdown by the peer as an error (patch 1688222)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-30 19:02:30 +00:00
parent 854386fd92
commit f4854380c1
2 changed files with 8 additions and 5 deletions

View File

@@ -116,6 +116,10 @@ wxMSW:
2.8.4
-----
All (Unix):
- Handle socket shutdown by the peer correctly in wxSocket (Tim Kosse)
wxMSW:
- Corrected wxStaticBox label appearance when its foreground colour was set: