Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions test/integration-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,7 @@
oldTlsProtocol: 0

# http/3
# - url: "https://127.0.0.1:9001" # TODO
- url: "https://gf.dev/http3-test"
- url: "https://127.0.0.1:9001"
label: "h3"
options:
ignore-ssl-errors: true
Expand Down Expand Up @@ -955,4 +954,4 @@
label: "image-scaling.html (with --screenshot absolute path)"
options:
screenshot: "/tmp/screenshot-absolute.png"
assertFunction: screenshot
assertFunction: screenshot
2 changes: 1 addition & 1 deletion test/nginx-static.conf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ server {

server {
# quic and http/3
listen 445 quic;
listen 445 http3 reuseport;
# http/2 fallback
listen 445 ssl http2;

Expand Down