Lines Matching refs:proto
56 def test_19_01_check_tcp_rst(self, env: Env, httpd, repeat, proto): argument
61 r = curl.http_download(urls=[url], alpn_proto=proto, with_tcpdump=True, extra_args=[
71 def test_19_02_check_shutdown(self, env: Env, httpd, repeat, proto): argument
79 r = curl.http_download(urls=[url], alpn_proto=proto, with_tcpdump=True, extra_args=[
88 def test_19_03_shutdown_by_server(self, env: Env, httpd, repeat, proto): argument
98 r = curl.http_download(urls=[url], alpn_proto=proto)
107 def test_19_04_shutdown_by_curl(self, env: Env, httpd, proto, repeat): argument
120 '-n', f'{count}', '-f', '-V', proto, url
130 def test_19_05_event_shutdown_by_server(self, env: Env, httpd, proto, repeat): argument
143 r = curl.http_download(urls=[url], alpn_proto=proto, extra_args=[
158 def test_19_06_check_shutdown(self, env: Env, httpd, nghttpx, repeat, proto): argument
159 if proto == 'h3' and not env.have_h3():
168 r = curl.http_download(urls=[url], alpn_proto=proto, with_tcpdump=True, extra_args=[