mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 07:55:07 +01:00
externals: Upgrade httplib (#6147)
This commit is contained in:
parent
c6153bb32e
commit
3e692eb383
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
|
||||
|
||||
|
3862
externals/httplib/httplib.h
vendored
3862
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);
|
||||
return Common::WebResult{Common::WebResult::Code::InvalidURL, "Invalid URL"};
|
||||
}
|
||||
LOG_ERROR(WebService, "{}", host);
|
||||
|
||||
httplib::Headers params;
|
||||
if (!jwt.empty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user