Searched refs:persistentauth (Results 1 – 1 of 1) sorted by relevance
3041 char *persistentauth = Curl_copy_header_value(hd); in Curl_http_header() local3042 if(!persistentauth) in Curl_http_header()3044 negdata->noauthpersist = !!checkprefix("false", persistentauth); in Curl_http_header()3047 negdata->noauthpersist, persistentauth); in Curl_http_header()3048 free(persistentauth); in Curl_http_header()
Completed in 16 milliseconds