more protection against socket when closing

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

View File

@ -38,12 +38,12 @@ set (SOURCES
IXUrlParserTest.cpp
IXWebSocketMessageQTest.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
)