Skip to content

Commit c8bada9

Browse files
committed
Test HTTP/3 with Cloudflare HTTP/3 test page.
1 parent 6266392 commit c8bada9

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

integration/hurl/tests_ok/http_version/http_version_3_option.hurl

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,11 @@ HEAD https://google.com
33
HTTP/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]
810
http3: 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
2411
HTTP/3 *
2512

2613

0 commit comments

Comments
 (0)