Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp.c598 conn->httpversion > 11) { in Curl_http_auth_act()
1280 && conn->httpversion != 20) { in Curl_buffer_send()
1687 if((data->state.httpversion == 10) || (conn->httpversion == 10)) in use_http_1_1plus()
1690 (conn->httpversion <= 10)) in use_http_1_1plus()
1702 (conn->httpversion == 30)) in get_http_string()
1727 (conn->httpversion < 20)) { in expect100()
1920 else if((conn->httpversion >= 20) && in Curl_add_custom_headers()
2362 if(conn->httpversion < 20) in Curl_http_body()
2586 if(conn->httpversion != 20 && in Curl_http_bodysend()
3038 if(conn->httpversion < 20) { /* unless the connection is re-used and in Curl_http()
[all …]
Dgetinfo.c61 info->httpversion = 0; in Curl_initinfo()
298 switch(data->info.httpversion) { in getinfo_long()
Durldata.h986 unsigned char httpversion; /* the HTTP version*10 reported by the server */ member
1141 int httpversion; /* the http version number X.Y = X*10+Y */ member
1378 unsigned char httpversion; /* the lowest HTTP version*10 reported by any member
Dtransfer.c514 ((conn->handler->protocol&PROTO_FAMILY_HTTP) && conn->httpversion >= 20) || in data_pending()
584 (conn->httpversion == 20)); in readwrite_data()
1446 data->state.httpversion = 0; in Curl_pretransfer()
1940 if(conn->bits.multiplex || conn->httpversion == 20 || httpsending) { in Curl_setup_transfer()
Durl.c1344 (check->httpversion >= 20) && in ConnectionExists()
3334 conn->httpversion = 11;
3337 conn->httpversion = 20;
3341 conn->httpversion = 30;
Dc-hyper.c245 conn->httpversion = in status_line()
Dhttp2.c2250 conn->httpversion = 20; in Curl_http2_setup()
/third_party/curl/src/
Dtool_cfgable.h169 long httpversion; member
Dtool_getparam.c1229 config->httpversion = CURL_HTTP_VERSION_1_0; in getparameter()
1233 config->httpversion = CURL_HTTP_VERSION_1_1; in getparameter()
1237 config->httpversion = CURL_HTTP_VERSION_2_0; in getparameter()
1241 config->httpversion = CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE; in getparameter()
1246 config->httpversion = CURL_HTTP_VERSION_3; in getparameter()
Dtool_operate.c1329 if(config->httpversion) in single_transfer()
1330 my_setopt_enum(curl, CURLOPT_HTTP_VERSION, config->httpversion); in single_transfer()
/third_party/curl/docs/
DCODE_STYLE.md230 (handle->set.httpversion != CURL_HTTP_VERSION_1_0) &&
/third_party/curl/lib/vquic/
Dquiche.c298 conn->httpversion = 30; in quiche_has_connected()
Dngtcp2.c1673 conn->httpversion = 30; in ng_has_connected()