mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
Code cleanup
This commit is contained in:
parent
b3a4045300
commit
aea60feb85
1 changed files with 1 additions and 1 deletions
|
@ -3213,7 +3213,7 @@ inline std::pair<std::string, std::string> make_digest_authentication_header(
|
|||
}
|
||||
#endif
|
||||
|
||||
inline bool parse_www_authenticate(const httplib::Response &res,
|
||||
inline bool parse_www_authenticate(const Response &res,
|
||||
std::map<std::string, std::string> &auth,
|
||||
bool is_proxy) {
|
||||
auto auth_key = is_proxy ? "Proxy-Authenticate" : "WWW-Authenticate";
|
||||
|
|
Loading…
Reference in a new issue