From 986d9a00c0ca2a83f730a0116bbee335d113292e Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Sat, 26 Jan 2019 20:54:23 -0800 Subject: [PATCH] remove shutdown call --- ixwebsocket/IXSocket.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/ixwebsocket/IXSocket.cpp b/ixwebsocket/IXSocket.cpp index 7edde77e..7d5a6f0d 100644 --- a/ixwebsocket/IXSocket.cpp +++ b/ixwebsocket/IXSocket.cpp @@ -93,9 +93,6 @@ namespace ix if (_sockfd == -1) return; -#if 1 - ::shutdown(_sockfd, SHUT_RDWR); -#endif closeSocket(_sockfd); _sockfd = -1; }