mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Fix #878
This commit is contained in:
parent
89519c88e2
commit
b845425cd0
2 changed files with 64 additions and 1 deletions
|
@ -5933,7 +5933,7 @@ inline Result ClientImpl::Get(const char *path, const Params ¶ms,
|
|||
}
|
||||
|
||||
std::string path_with_query = detail::append_query_params(path, params);
|
||||
return Get(path_with_query.c_str(), params, headers, response_handler,
|
||||
return Get(path_with_query.c_str(), headers, response_handler,
|
||||
content_receiver, progress);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue