(bug 427) Tcp Close() should not call ShutdownSend()

This commit is contained in:
Tom Henderson
2009-06-26 19:27:34 -07:00
parent 8d1a3986a1
commit 5da5708745

View File

@@ -334,7 +334,6 @@ TcpSocketImpl::Close (void)
Actions_t action = ProcessEvent (APP_CLOSE);
ProcessAction (action);
ShutdownSend ();
return 0;
}