Chromium Code Reviews| Index: runtime/bin/eventhandler_win.cc |
| diff --git a/runtime/bin/eventhandler_win.cc b/runtime/bin/eventhandler_win.cc |
| index b6ac1ce2c75de5405b2b3602998bf45a5a09d95e..505a1241bf90ab239ba740345775cb87aa2f9af5 100644 |
| --- a/runtime/bin/eventhandler_win.cc |
| +++ b/runtime/bin/eventhandler_win.cc |
| @@ -759,8 +759,6 @@ void ClientSocket::Shutdown(int how) { |
| void ClientSocket::DoClose() { |
| - // Always do a shutdown before initiating a disconnect. |
| - shutdown(socket(), SD_BOTH); |
|
Søren Gjesse
2014/02/05 11:55:16
This is a long time ago, but as far as I remember
|
| IssueDisconnect(); |
| } |