externals: Upgrade httplib (#6147)

This commit is contained in:
liushuyu 2022-10-05 19:01:37 -06:00 committed by GitHub
parent c6153bb32e
commit 3e692eb383
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2393 additions and 1472 deletions

View file

@ -1,4 +1,4 @@
From https://github.com/yhirose/cpp-httplib/commit/b251668522dd459d2c6a75c10390a11b640be708
From https://github.com/yhirose/cpp-httplib/commit/8e10d4e8e7febafce0632810262e81e853b2065f
MIT License

File diff suppressed because it is too large Load diff

View file

@ -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()) {