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 3224881 commit b6a1abbCopy full SHA for b6a1abb
.github/workflows/dockerimage.yml
@@ -83,7 +83,7 @@ jobs:
83
grep --fixed-strings '< HTTP/3 200' /tmp/h3
84
grep --fixed-strings --invert-match -i '< server: nginx' /tmp/h3 > /dev/null
85
grep --fixed-strings '< alt-svc: h3-27=":8889"; ma=86400, h3-28=":8889"; ma=86400, h3-29=":8889"; ma=86400' /tmp/h3
86
- grep --fixed-strings '< quic-status: quic' /tmp/h3
+ grep --fixed-strings '< quic-status: h3' /tmp/h3
87
grep --fixed-strings '<p>It works!</p>' /tmp/h3
88
89
docker logs test_nginx
0 commit comments