Searched refs:host_header (Results 1 – 1 of 1) sorted by relevance
544 char *host_header = NULL; /* Host: authority */ in CONNECT_host() local557 host_header = aprintf("Host: %s\r\n", authority); in CONNECT_host()558 if(!host_header) { in CONNECT_host()564 *phost_header = host_header; in CONNECT_host()585 char *host_header = NULL; /* Host: */ in start_CONNECT() local672 result = CONNECT_host(cf, data, &authority, &host_header); in start_CONNECT()715 if(host_header) { in start_CONNECT()716 result = Curl_hyper_header(data, headers, host_header); in start_CONNECT()719 Curl_safefree(host_header); in start_CONNECT()777 free(host_header); in start_CONNECT()
Completed in 11 milliseconds