Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp.c586 conn->httpversion > 11) { in Curl_http_auth_act()
1276 && conn->httpversion < 20) { in Curl_buffer_send()
1592 if((data->state.httpversion == 10) || (conn->httpversion == 10)) in Curl_use_http_1_1plus()
1595 (conn->httpversion <= 10)) in Curl_use_http_1_1plus()
1623 (conn->httpversion < 20)) { in expect100()
1821 else if((conn->httpversion >= 20) && in Curl_dynhds_add_custom()
1967 else if((conn->httpversion >= 20) && in Curl_add_custom_headers()
2417 if(conn->httpversion < 20) in Curl_http_body()
3290 conn->httpversion < 20 && in Curl_http()
3353 if((conn->httpversion >= 20) && data->req.upload_chunky) in Curl_http()
[all …]
Dgetinfo.c63 info->httpversion = 0; in Curl_initinfo()
316 switch(data->info.httpversion) { in getinfo_long()
Durldata.h1100 unsigned char httpversion; /* the HTTP version*10 reported by the server */ member
1126 int httpversion; /* the http version number X.Y = X*10+Y */ member
1468 unsigned char httpversion; /* the lowest HTTP version*10 reported by any member
Durl.c1112 if(h2upgrade && !check->httpversion && canmultiplex) { in ConnectionExists()
1162 (((check->httpversion >= 20) && in ConnectionExists()
1164 || ((check->httpversion >= 30) && in ConnectionExists()
3143 conn->httpversion = 11;
3146 conn->httpversion = 20;
3150 conn->httpversion = 30;
Dtransfer.c1102 data->state.httpversion = 0; in Curl_pretransfer()
1612 if(conn->bits.multiplex || conn->httpversion >= 20 || httpsending) { in Curl_setup_transfer()
Dhttp2.c2721 conn->httpversion = 20; /* we know we're on HTTP/2 now */ in Curl_http2_switch()
2749 cf->conn->httpversion = 20; /* we know we're on HTTP/2 now */ in Curl_http2_switch_at()
2806 conn->httpversion = 20; /* we know we're on HTTP/2 now */ in Curl_http2_upgrade()
Dc-hyper.c281 conn->httpversion = in status_line()
/third_party/curl/src/
Dtool_cfgable.h166 long httpversion; member
Dtool_getparam.c937 long httpversion) in sethttpver() argument
939 if(config->httpversion && in sethttpver()
940 (config->httpversion != httpversion)) in sethttpver()
943 config->httpversion = httpversion; in sethttpver()
Dtool_operate.c1481 if(config->httpversion) in single_transfer()
1482 my_setopt_enum(curl, CURLOPT_HTTP_VERSION, config->httpversion); in single_transfer()
/third_party/curl/docs/
DCODE_STYLE.md231 (handle->set.httpversion != CURL_HTTP_VERSION_1_0) &&
/third_party/curl/lib/vquic/
Dvquic.c643 (conn->httpversion == 30)); in Curl_conn_is_http3()
Dcurl_msh3.c898 cf->conn->httpversion = 30; in cf_msh3_connect()
Dcurl_quiche.c1304 cf->conn->httpversion = 30; in cf_quiche_verify_peer()
Dcurl_osslq.c470 cf->conn->httpversion = 30; in cf_osslq_verify_peer()
Dcurl_ngtcp2.c1540 cf->conn->httpversion = 30; in qng_verify_peer()