File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed
integration/hurl/tests_ok/http_version Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -3,24 +3,11 @@ HEAD https://google.com
33HTTP/2 *
44
55
6- HEAD https://google.com
6+ # <https://google.com> has sporadic connection resets (see <https://curl.se/mail/lib-2024-07/0035.html>)
7+ # so we use Cloudflare HTTP/3 test page now.
8+ HEAD https://cloudflare-quic.com
79[Options]
810http3 : true
9- # We put retry here because we have sporadic connection resets (see <https://curl.se/mail/lib-2024-07/0035.html>)
10- # 13/08/2025: same error on Debian Trixie
11- # 17/02/2025: error on Arch Linux
12- # The GitHub runner are supporting HTTP/3 but we get this error:
13- # ```shell
14- # expected: 0 actual:3
15- # error: HTTP connection
16- # --> tests_ok/http_version_3_option.hurl:6:6
17- # |
18- # 6 | HEAD https://google.com
19- # | ^^^^^^^^^^^^^^^^^^ (95) HTTP/3 stream 0 reset by server
20- # |
21- # ```
22- retry : 10
23- retry-interval : 1s
2411HTTP /3 *
2512
2613
You can’t perform that action at this time.
0 commit comments