more protection against socket when closing

This commit is contained in:
Benjamin Sergeant
2019-05-15 15:18:27 -07:00
parent 5b2b2ea7b0
commit 9315eb5289
9 changed files with 72 additions and 40 deletions

View File

@ -37,12 +37,12 @@ set (SOURCES
IXWebSocketTestConnectionDisconnection.cpp
IXUrlParserTest.cpp
IXWebSocketServerTest.cpp
IXWebSocketCloseTest.cpp
)
# Some unittest don't work on windows yet
if (UNIX)
list(APPEND SOURCES
IXWebSocketCloseTest.cpp
IXDNSLookupTest.cpp
cmd_websocket_chat.cpp
)