externals: Update cpp-httplib to latest
This commit is contained in:
parent
89221ca7d5
commit
83afc12475
4 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@ struct Client::Impl {
|
|||
const std::string& jwt_ = "", const std::string& username_ = "",
|
||||
const std::string& token_ = "") {
|
||||
if (cli == nullptr) {
|
||||
cli = std::make_unique<httplib::Client>(host.c_str());
|
||||
cli = std::make_unique<httplib::Client>(host);
|
||||
}
|
||||
|
||||
if (!cli->is_valid()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue