Home
last modified time | relevance | path

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

/curl/tests/data/
H A Dtest165430 h2 example.com 443 h3 shiny.example.com 8443 "20191231 00:00:00" 0 1
32 h2 foo.example.com 443 h3 shiny.example.com 8443 "20291231 23:30:00" 0 1
44 h2 example.com 443 h3 shiny.example.com 8443 "20191231 00:00:00" 0 1
45 h2 foo.example.com 443 h3 shiny.example.com 8443 "20291231 23:30:00" 0 1
48 h1 example.org 8080 h2 example.com 8080 "20190125 22:34:21" 0 0
50 h1 3.example.org 8080 h2 example.com 8080 "20190125 22:34:21" 0 0
52 h2 example.org 80 h2 example.com 443 "20190124 22:36:21" 0 0
53 h2 example.net 80 h2 example.net 443 "20190124 22:37:21" 0 0
H A Dtest35821 Alt-Svc: h2=":%HTTP2PORT", ma=315360000; persist=0
50 h2 %HOSTIP %HTTPPORT h2 %HOSTIP %HTTP2PORT "20290222 22:19:28" 0 0
68 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0
77 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0
91 h2 %HOSTIP %HTTPPORT h2 %HOSTIP %HTTP2PORT TIMESTAMP 0 0
H A Dtest35921 Alt-Svc: h2=":%HTTP2PORT", ma=315360000; persist=0
50 h2 %HOSTIP %HTTPSPORT h2 %HOSTIP %HTTP2PORT "20290222 22:19:28" 0 0
68 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0
77 alt-svc: h2=":%HTTP2PORT", ma=315360000; persist=0
91 h2 %HOSTIP %HTTPSPORT h2 %HOSTIP %HTTP2PORT TIMESTAMP 0 0
H A Dtest190817 alt-svc: h2="3dbbdetxoyw4nsp6c3cc456oj2ays6s43ezxzsfxxri3h5xqd.example:443"; ma=315360000; persist=1
26 alt-svc: h2="second.example:443"; ma=315360000;
78 h1 127.0.0.1 %HTTPPORT h2 3dbbdetxoyw4nsp6c3cc456oj2ays6s43ezxzsfxxri3h5xqd.example 443 TIMESTAMP 1…
/curl/tests/http/clients/
H A DMakefile.inc29 h2-pausing \
30 h2-serverpush \
31 h2-upgrade-extreme \
H A D.gitignore5 h2-serverpush
10 h2-upgrade-extreme
12 h2-pausing
/curl/lib/
H A Dhttp2.c130 nghttp2_session *h2; member
189 if(ctx->h2) { in cf_h2_ctx_close()
190 nghttp2_session_del(ctx->h2); in cf_h2_ctx_close()
408 if(ctx->h2) { in http2_data_done()
425 nghttp2_session_send(ctx->h2); in http2_data_done()
516 DEBUGASSERT(!ctx->h2); in cf_h2_ctx_open()
734 rc = nghttp2_session_send(ctx->h2); in http2_send_ping()
790 (void)h2; in send_callback()
2425 if(!ctx->h2) in cf_h2_adjust_pollset()
2483 if(!ctx->h2) { in cf_h2_connect()
[all …]
H A Dcf-h2-proxy.c173 nghttp2_session *h2; member
198 if(ctx->h2) { in cf_h2_proxy_ctx_clear()
199 nghttp2_session_del(ctx->h2); in cf_h2_proxy_ctx_clear()
334 DEBUGASSERT(!ctx->h2); in cf_h2_proxy_ctx_init()
410 !nghttp2_session_want_write(ctx->h2); in proxy_h2_should_close_session()
533 rv = nghttp2_session_send(ctx->h2); in proxy_h2_progress_egress()
553 (void)h2; in on_session_send()
1114 if(!ctx->h2) { in cf_h2_proxy_connect()
1202 if(nghttp2_session_want_write(ctx->h2)) in cf_h2_proxy_shutdown()
1236 if(!cf->connected && ctx->h2) { in cf_h2_proxy_adjust_pollset()
[all …]
H A Dversion.c665 nghttp2_info *h2 = nghttp2_version(0); in curl_version_info() local
666 version_info.nghttp2_ver_num = (unsigned int)h2->version_num; in curl_version_info()
667 version_info.nghttp2_version = h2->version_str; in curl_version_info()
H A DMakefile.inc117 cf-h2-proxy.c \
250 cf-h2-proxy.h \
/curl/include/curl/
H A D.gitignore6 stamp-h2
/curl/src/
H A D.gitignore12 stamp-h2
/curl/docs/libcurl/opts/
H A DCURLOPT_ALTSVC.md71 h2 www.example.com 8443 h3 second.example.com 443 "20190808 06:18:37" 1 0
75 ## h2 section
/curl/packages/vms/
H A Dclean_gnv_curl.com203 $ file = "lcl_root:[...]stamp-h2."
/curl/docs/libcurl/
H A Dcurl_global_trace.md93 "h2-proxy" are also involved, depending on the HTTP version negotiated with
/curl/.github/
H A Dlabeler.yml257 lib/cf-h2*,\

Completed in 33 milliseconds