Begin work on AsyncSocket
This commit is contained in:
@@ -15,7 +15,6 @@ SOURCES += \
|
||||
HEADERS += \
|
||||
src/new_design/HttpRouter.h \
|
||||
src/Loop.h \
|
||||
src/http/HttpSocket.h \
|
||||
src/new_design/HttpParser.h \
|
||||
src/websocket/libwshandshake.hpp \
|
||||
src/websocket/WebSocketProtocol.h \
|
||||
@@ -25,7 +24,9 @@ HEADERS += \
|
||||
src/new_design/HttpContextData.h \
|
||||
src/new_design/HttpResponseData.h \
|
||||
src/new_design/HttpResponse.h \
|
||||
src/new_design/StaticDispatch.h
|
||||
src/new_design/StaticDispatch.h \
|
||||
src/new_design/LoopData.h \
|
||||
src/new_design/AsyncSocket.h
|
||||
|
||||
INCLUDEPATH += uSockets/src src
|
||||
#QMAKE_CXXFLAGS += -fsanitize=address
|
||||
|
||||
Reference in New Issue
Block a user