Make WebSockets benchmarkable

This commit is contained in:
Alex Hultman
2018-10-30 01:53:28 +01:00
parent eb5cd17c78
commit 292476366c
10 changed files with 100 additions and 241 deletions
+4 -4
View File
@@ -15,10 +15,8 @@ SOURCES += \
HEADERS += \
../src/HttpRouter.h \
../src/HttpParser.h \
../src/websocket/libwshandshake.hpp \
../src/websocket/WebSocketProtocol.h \
../src/websocket/WebSocket.h \
../src/websocket/WebSocketApp.h \
../src/libwshandshake.hpp \
../src/WebSocketProtocol.h \
../src/HttpContext.h \
../src/HttpContextData.h \
../src/HttpResponseData.h \
@@ -30,6 +28,8 @@ HEADERS += \
../src/Loop.h \
../src/App.h \
../src/Utilities.h \
../src/WebSocket.h \
../src/WebSocketData.h \
../src/WebSocketContext.h \
../src/WebSocketContextData.h