mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-01 01:42:59 -05:00
http-parser replaced to llhttp.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user