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

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