Skip to content

Commit b6a1abb

Browse files
committed
quic-status header now uses $http3 variable
The value of $http3 is "h3" for HTTP/3 connections, "hq" for hq connections, or an empty string otherwise.
1 parent 3224881 commit b6a1abb

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
@@ -83,7 +83,7 @@ jobs:
8383
grep --fixed-strings '< HTTP/3 200' /tmp/h3
8484
grep --fixed-strings --invert-match -i '< server: nginx' /tmp/h3 > /dev/null
8585
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
86+
grep --fixed-strings '< quic-status: h3' /tmp/h3
8787
grep --fixed-strings '<p>It works!</p>' /tmp/h3
8888
8989
docker logs test_nginx

0 commit comments

Comments
 (0)