Home
last modified time | relevance | path

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

/curl/lib/
H A Dhttp1.h59 CURLcode Curl_h1_req_write_head(struct httpreq *req, int http_minor,
H A Dhttp1.c321 CURLcode Curl_h1_req_write_head(struct httpreq *req, int http_minor, in Curl_h1_req_write_head() argument
332 http_minor); in Curl_h1_req_write_head()
H A Dcf-h1-proxy.c221 int http_minor; in start_CONNECT() local
238 http_minor = (cf->conn->http_proxy.proxytype == CURLPROXY_HTTP_1_0) ? 0 : 1; in start_CONNECT()
240 result = Curl_h1_req_write_head(req, http_minor, &ts->request_data); in start_CONNECT()

Completed in 9 milliseconds