This commit is contained in:
yhirose 2021-03-16 19:40:15 -04:00
parent 89519c88e2
commit b845425cd0
2 changed files with 64 additions and 1 deletions

View file

@ -5933,7 +5933,7 @@ inline Result ClientImpl::Get(const char *path, const Params &params,
}
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);
}