Lines Matching refs:r2
269 r2 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
271 r2.check_response(count=2, http_status=200)
272 assert r2.total_connects == 1
295 r2 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
297 r2.check_response(count=2, http_status=200)
298 assert r2.total_connects == 2
321 r2 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
323 r2.check_response(count=2, http_status=200)
324 assert r2.total_connects == 2
347 r2 = curl.http_download(urls=[url], alpn_proto='http/1.1', with_stats=True,
349 r2.check_response(count=2, http_status=200)
350 assert r2.total_connects == 2