Skip to content

Commit 24fc3b5

Browse files
authored
Assert on "alt-svc" header value updated
1 parent 008f798 commit 24fc3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
grep --fixed-strings '< HTTP/3 200' /tmp/h3
6161
grep --fixed-strings '< server: nginx' /tmp/h3
62-
grep --fixed-strings '< alt-svc: h3=":8889"; ma=86400' /tmp/h3
62+
grep --fixed-strings '< alt-svc: h3-27=":8889"; ma=86400, h3-28=":8889"; ma=86400, h3-29=":8889"; ma=86400' /tmp/h3
6363
grep --fixed-strings '<p>It works!</p>' /tmp/h3
6464
6565
docker logs test_nginx

0 commit comments

Comments
 (0)