You've already forked cpp-httplib
Fix #878
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user