Searched refs:suppress_connect_headers (Results 1 – 6 of 6) sorted by relevance
276 bool suppress_connect_headers; /* suppress proxy CONNECT response headers member
1175 config->suppress_connect_headers = toggle; in getparameter()
1340 config->suppress_connect_headers?1L:0L); in single_transfer()
416 if(!data->set.suppress_connect_headers) { in CONNECT()
1827 BIT(suppress_connect_headers); /* suppress proxy CONNECT response headers
2796 data->set.suppress_connect_headers = (0 != va_arg(param, long))?TRUE:FALSE; in Curl_vsetopt()