Lines Matching refs:proto
50 proto): argument
51 if proto == 'h3' and not env.have_h3():
53 if proto == 'h3' and env.curl_uses_lib('msh3'):
60 r = curl.http_download(urls=[urln], alpn_proto=proto, extra_args=[
73 proto): argument
74 if proto == 'h3' and not env.have_h3():
76 if proto == 'h3' and env.curl_uses_lib('msh3'):
83 r = curl.http_download(urls=[urln], alpn_proto=proto, extra_args=[
97 proto = 'http/1.1'
99 r = curl.http_download(urls=[urln], alpn_proto=proto)
102 proto = 'h2'
104 r = curl.http_download(urls=[urln], alpn_proto=proto)
120 def test_05_04_unclean_tls_shutdown(self, env: Env, httpd, nghttpx, repeat, proto): argument
121 if proto == 'h3' and not env.have_h3():
123 count = 10 if proto == 'h2' else 1
127 r = curl.http_download(urls=[url], alpn_proto=proto, extra_args=[
130 if proto == 'http/1.0' and not env.curl_uses_lib('wolfssl') and \