From aea60feb850d837a8d68f65be96b11efae9ca690 Mon Sep 17 00:00:00 2001 From: yhirose Date: Mon, 1 Jun 2020 13:22:02 -0400 Subject: [PATCH] Code cleanup --- httplib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";