Home
last modified time | relevance | path

Searched refs:h1 (Results 1 – 18 of 18) sorted by relevance

/curl/tests/data/
H A Dtest165433 h1 example.com 443 h3 shiny.example.com 8443 "20121231 00:00:01" 0 1
46 h1 example.com 443 h3 shiny.example.com 8443 "20121231 00:00:01" 0 1
48 h1 example.org 8080 h2 example.com 8080 "20190125 22:34:21" 0 0
49 h1 2.example.org 8080 h3 2.example.org 8080 "20190125 22:34:21" 0 0
50 h1 3.example.org 8080 h2 example.com 8080 "20190125 22:34:21" 0 0
51 h1 3.example.org 8080 h3 yesyes.com 8080 "20190125 22:34:21" 0 0
H A Dtest35619 Alt-Svc: h1="nowhere.foo:-1"
20 Alt-Svc: h1="nowhere.foo:-18446744073709551614"
21 Alt-Svc: h1="nowhere.foo:81", un-kno22!wn=":82"
22 Alt-Svc: h1="nowhere.foo:70000"
68 h1 %HOSTIP %HTTPPORT h1 nowhere.foo 81 TIMESTAMP 0 0
H A Dtest43821 Alt-Svc: h1="%HOST6IP:%HTTP6PORT", ma=315360000; persist=0
50 h1 %HOSTIP %HTTPPORT h1 %HOST6IP %HTTP6PORT "20290222 22:19:28" 0 0
65 Alt-Svc: h1="%HOST6IP:%HTTP6PORT", ma=315360000; persist=0
74 Alt-Svc: h1="%HOST6IP:%HTTP6PORT", ma=315360000; persist=0
87 h1 %HOSTIP %HTTPPORT h1 %HOST6IP %HTTP6PORT TIMESTAMP 0 0
H A Dtest43719 Alt-Svc: h1="[ffff::1]:8181"
65 h1 %HOSTIP %HTTPPORT h1 [ffff::1] 8181 TIMESTAMP 0 0
H A Dtest35540 h1 example.com 80 h1 %HOSTIP %HTTPPORT "20290222 22:19:28" 0 0
H A Dtest41247 h1 whohoo 12345 h1 %HOSTIP %HTTPPORT "20290222 22:19:28" 0 0
H A Dtest41347 h1 whohoo. 12345 h1 %HOSTIP %HTTPPORT "20290222 22:19:28" 0 0
H A Dtest190878 h1 127.0.0.1 %HTTPPORT h2 3dbbdetxoyw4nsp6c3cc456oj2ays6s43ezxzsfxxri3h5xqd.example 443 TIMESTAMP 1…
/curl/lib/
H A D.gitignore15 stamp-h1
H A DMakefile.inc114 cf-h1-proxy.c \
248 cf-h1-proxy.h \
H A Dhttp2.c183 struct h1_req_parser h1; /* parsing the request */ member
223 Curl_h1_req_parse_init(&stream->h1, H1_PARSE_DEFAULT_MAX_LINE_LEN); in h2_stream_ctx_create()
249 Curl_h1_req_parse_free(&stream->h1); in h2_stream_ctx_free()
2067 nwritten = Curl_h1_req_parse_read(&stream->h1, buf, len, NULL, 0, err); in h2_submit()
2071 if(!stream->h1.done) { in h2_submit()
2075 DEBUGASSERT(stream->h1.req); in h2_submit()
2077 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h2_submit()
2083 Curl_h1_req_parse_free(&stream->h1); in h2_submit()
/curl/lib/vquic/
H A Dcurl_msh3.c600 struct h1_req_parser h1; in cf_msh3_send() local
610 Curl_h1_req_parse_init(&h1, H1_PARSE_DEFAULT_MAX_LINE_LEN); in cf_msh3_send()
621 nwritten = Curl_h1_req_parse_read(&h1, buf, len, NULL, 0, err); in cf_msh3_send()
624 DEBUGASSERT(h1.done); in cf_msh3_send()
625 DEBUGASSERT(h1.req); in cf_msh3_send()
627 *err = Curl_http_req_to_h2(&h2_headers, h1.req, data); in cf_msh3_send()
700 Curl_h1_req_parse_free(&h1); in cf_msh3_send()
H A Dcurl_quiche.c149 struct h1_req_parser h1; /* h1 request parsing */ member
167 Curl_h1_req_parse_free(&stream->h1); in h3_stream_ctx_free()
213 Curl_h1_req_parse_init(&stream->h1, H1_PARSE_DEFAULT_MAX_LINE_LEN); in h3_data_setup()
922 nwritten = Curl_h1_req_parse_read(&stream->h1, buf, len, NULL, 0, err); in h3_open_stream()
925 if(!stream->h1.done) { in h3_open_stream()
929 DEBUGASSERT(stream->h1.req); in h3_open_stream()
931 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h3_open_stream()
937 Curl_h1_req_parse_free(&stream->h1); in h3_open_stream()
H A Dcurl_ngtcp2.c163 struct h1_req_parser h1; /* h1 request parsing */ member
185 Curl_h1_req_parse_free(&stream->h1); in h3_stream_ctx_free()
218 Curl_h1_req_parse_init(&stream->h1, H1_PARSE_DEFAULT_MAX_LINE_LEN); in h3_data_setup()
1382 nwritten = Curl_h1_req_parse_read(&stream->h1, buf, len, NULL, 0, err); in h3_stream_open()
1385 if(!stream->h1.done) { in h3_stream_open()
1389 DEBUGASSERT(stream->h1.req); in h3_stream_open()
1391 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h3_stream_open()
1397 Curl_h1_req_parse_free(&stream->h1); in h3_stream_open()
H A Dcurl_osslq.c485 struct h1_req_parser h1; /* h1 request parsing */ member
508 Curl_h1_req_parse_free(&stream->h1); in h3_stream_ctx_free()
546 Curl_h1_req_parse_init(&stream->h1, H1_PARSE_DEFAULT_MAX_LINE_LEN); in h3_data_setup()
1731 nwritten = Curl_h1_req_parse_read(&stream->h1, buf, len, NULL, 0, err); in h3_stream_open()
1734 if(!stream->h1.done) { in h3_stream_open()
1738 DEBUGASSERT(stream->h1.req); in h3_stream_open()
1740 *err = Curl_http_req_to_h2(&h2_headers, stream->h1.req, data); in h3_stream_open()
1746 Curl_h1_req_parse_free(&stream->h1); in h3_stream_open()
/curl/packages/vms/
H A Dclean_gnv_curl.com197 $ file = "lcl_root:[]stamp-h1."
200 $ file = "lcl_root:[...]stamp-h1."
/curl/docs/libcurl/
H A Dcurl_global_trace.md91 Involved when transfers are tunneled through an HTTP proxy. "h1-proxy" or
/curl/.github/
H A Dlabeler.yml118 …TRAILER*,docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING*,lib/cf-https*,lib/cf-h1*,lib/cf-h2*,lib/cook…

Completed in 47 milliseconds