From c1311dba6ec9c65508c907b8509f0dbc5751e8c0 Mon Sep 17 00:00:00 2001 From: Yusuke Nakamura Date: Mon, 26 Apr 2021 11:29:10 +0900 Subject: docs/HTTP3.md: fix nghttp2's HTTP/3 server port Port 8443 does not work now. Correct origin is in the quicwg's wiki. https://github.com/quicwg/base-drafts/wiki/Implementations#ngtcp2 Closes #6964 --- docs/HTTP3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 3c199c5f8..569daeabb 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -133,7 +133,7 @@ Build curl: Use HTTP/3 directly: - curl --http3 https://nghttp2.org:8443/ + curl --http3 https://nghttp2.org:4433/ Upgrade via Alt-Svc: -- cgit v1.2.1