Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http3 - use locally running nginx for tests #970

Draft
wants to merge 15 commits into
base: devel
Choose a base branch
from
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"
macbre marked this conversation as resolved.
Show resolved Hide resolved
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