Home
last modified time | relevance | path

Searched refs:persistentauth (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dhttp.c3041 char *persistentauth = Curl_copy_header_value(hd); in Curl_http_header() local
3042 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