diff --git a/httplib.h b/httplib.h index 78cdd33..c6439b8 100644 --- a/httplib.h +++ b/httplib.h @@ -3213,7 +3213,7 @@ inline std::pair make_digest_authentication_header( } #endif -inline bool parse_www_authenticate(const httplib::Response &res, +inline bool parse_www_authenticate(const Response &res, std::map &auth, bool is_proxy) { auto auth_key = is_proxy ? "Proxy-Authenticate" : "WWW-Authenticate";