Lines Matching refs:r1
260 r1 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
262 r1.check_response(count=1, http_status=200)
263 assert self.get_tunnel_proto_used(r1) == 'HTTP/2' \
266 x2_args = r1.args[1:]
285 r1 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
287 r1.check_response(count=1, http_status=200)
288 assert self.get_tunnel_proto_used(r1) == 'HTTP/2' \
291 x2_args = r1.args[1:]
311 r1 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
313 r1.check_response(count=1, http_status=200)
314 assert self.get_tunnel_proto_used(r1) == 'HTTP/2' \
317 x2_args = r1.args[1:]
337 r1 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
339 r1.check_response(count=1, http_status=200)
340 assert self.get_tunnel_proto_used(r1) == 'HTTP/2' \
343 x2_args = r1.args[1:]