Searched refs:auth_reply (Results 1 – 1 of 1) sorted by relevance
989 struct dynhds_entry *auth_reply = NULL; in inspect_response() local1000 auth_reply = Curl_dynhds_cget(&ts->resp->headers, "WWW-Authenticate"); in inspect_response()1003 auth_reply = Curl_dynhds_cget(&ts->resp->headers, "Proxy-Authenticate"); in inspect_response()1006 if(auth_reply) { in inspect_response()1008 auth_reply->value); in inspect_response()1010 auth_reply->value); in inspect_response()
Completed in 7 milliseconds