Skip to content

Commit

Permalink
Merge branch 'master' into nginx-1.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Aug 10, 2022
2 parents d9afc9c + b82e209 commit c78ab5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
grep --fixed-strings '<p>It works!</p>' /tmp/h2
docker run --rm --network host ymuski/curl-http3 \
curl -v https://localhost:8889 --http3 --max-time 5 2>&1 | tee /tmp/h3
docker run --rm --network host ghcr.io/macbre/curl-http3 \
curl -v --insecure https://localhost:8889 --http3 --max-time 5 2>&1 | tee /tmp/h3
grep --fixed-strings '< HTTP/3 200' /tmp/h3
grep --fixed-strings --invert-match -i '< server: nginx' /tmp/h3 > /dev/null
Expand Down

0 comments on commit c78ab5e

Please sign in to comment.