We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008f798 commit 24fc3b5Copy full SHA for 24fc3b5
.github/workflows/dockerimage.yml
@@ -59,7 +59,7 @@ jobs:
59
60
grep --fixed-strings '< HTTP/3 200' /tmp/h3
61
grep --fixed-strings '< server: nginx' /tmp/h3
62
- grep --fixed-strings '< alt-svc: h3=":8889"; ma=86400' /tmp/h3
+ grep --fixed-strings '< alt-svc: h3-27=":8889"; ma=86400, h3-28=":8889"; ma=86400, h3-29=":8889"; ma=86400' /tmp/h3
63
grep --fixed-strings '<p>It works!</p>' /tmp/h3
64
65
docker logs test_nginx
0 commit comments