Skip to content

Commit aea60fe

Browse files
committed
Code cleanup
1 parent b3a4045 commit aea60fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httplib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3213,7 +3213,7 @@ inline std::pair<std::string, std::string> make_digest_authentication_header(
32133213
}
32143214
#endif
32153215

3216-
inline bool parse_www_authenticate(const httplib::Response &res,
3216+
inline bool parse_www_authenticate(const Response &res,
32173217
std::map<std::string, std::string> &auth,
32183218
bool is_proxy) {
32193219
auto auth_key = is_proxy ? "Proxy-Authenticate" : "WWW-Authenticate";

0 commit comments

Comments
 (0)