externals: Upgrade httplib (#6147)
This commit is contained in:
parent
c6153bb32e
commit
3e692eb383
3 changed files with 2393 additions and 1472 deletions
2
externals/httplib/README.md
vendored
2
externals/httplib/README.md
vendored
|
@ -1,4 +1,4 @@
|
||||||
From https://github.com/yhirose/cpp-httplib/commit/b251668522dd459d2c6a75c10390a11b640be708
|
From https://github.com/yhirose/cpp-httplib/commit/8e10d4e8e7febafce0632810262e81e853b2065f
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
|
|
3576
externals/httplib/httplib.h
vendored
3576
externals/httplib/httplib.h
vendored
File diff suppressed because it is too large
Load diff
|
@ -79,7 +79,6 @@ struct Client::Impl {
|
||||||
LOG_ERROR(WebService, "Invalid URL {}", host + path);
|
LOG_ERROR(WebService, "Invalid URL {}", host + path);
|
||||||
return Common::WebResult{Common::WebResult::Code::InvalidURL, "Invalid URL"};
|
return Common::WebResult{Common::WebResult::Code::InvalidURL, "Invalid URL"};
|
||||||
}
|
}
|
||||||
LOG_ERROR(WebService, "{}", host);
|
|
||||||
|
|
||||||
httplib::Headers params;
|
httplib::Headers params;
|
||||||
if (!jwt.empty()) {
|
if (!jwt.empty()) {
|
||||||
|
|
Loading…
Reference in a new issue