remove shutdown call

This commit is contained in:
Benjamin Sergeant 2019-01-26 20:54:23 -08:00
parent 5db3620f49
commit 76c97027c8

View File

@ -93,9 +93,6 @@ namespace ix
if (_sockfd == -1) return;
#if 1
::shutdown(_sockfd, SHUT_RDWR);
#endif
closeSocket(_sockfd);
_sockfd = -1;
}