http-parser replaced to llhttp.
This commit is contained in:
parent
a11c57226b
commit
b3dbf6e23f
37 changed files with 16281 additions and 3513 deletions
|
@ -160,7 +160,7 @@ endif()
|
|||
|
||||
if (WITH_HTTP)
|
||||
set(HEADERS_BASE_HTTP
|
||||
src/3rdparty/http-parser/http_parser.h
|
||||
src/3rdparty/llhttp/llhttp.h
|
||||
src/base/api/Api.h
|
||||
src/base/api/Httpd.h
|
||||
src/base/api/interfaces/IApiRequest.h
|
||||
|
@ -181,7 +181,9 @@ if (WITH_HTTP)
|
|||
)
|
||||
|
||||
set(SOURCES_BASE_HTTP
|
||||
src/3rdparty/http-parser/http_parser.c
|
||||
src/3rdparty/llhttp/llhttp.c
|
||||
src/3rdparty/llhttp/api.c
|
||||
src/3rdparty/llhttp/http.c
|
||||
src/base/api/Api.cpp
|
||||
src/base/api/Httpd.cpp
|
||||
src/base/api/requests/ApiRequest.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue