Searched refs:fullhost (Results 1 – 1 of 1) sorted by relevance
189 char *fullhost; in make_headers() local194 fullhost = Curl_memdup0(data->state.aptr.host, pos); in make_headers()197 fullhost = aprintf("host:%s", hostname); in make_headers()199 if(fullhost) in make_headers()200 head = Curl_slist_append_nodup(NULL, fullhost); in make_headers()202 free(fullhost); in make_headers()
Completed in 5 milliseconds