remove shutdown call
This commit is contained in:
parent
7a05a11014
commit
986d9a00c0
@ -93,9 +93,6 @@ namespace ix
|
|||||||
|
|
||||||
if (_sockfd == -1) return;
|
if (_sockfd == -1) return;
|
||||||
|
|
||||||
#if 1
|
|
||||||
::shutdown(_sockfd, SHUT_RDWR);
|
|
||||||
#endif
|
|
||||||
closeSocket(_sockfd);
|
closeSocket(_sockfd);
|
||||||
_sockfd = -1;
|
_sockfd = -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user