shutdown sockets gracefully instead of doing it with TCP reset (patch 1682438)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-17 02:14:33 +00:00
parent 480f42ec8e
commit cd632a8617
3 changed files with 7 additions and 3 deletions

View File

@@ -66,7 +66,11 @@ wxMSW:
2.8.3
-----
wxMac
All:
- Shut down the sockets gracefully (Sergio Aguayo)
wxMac:
- Corrected top border size for wxStaticBox with empty label (nusi)