From: Yusuke Nakamura Date: Mon, 26 Apr 2021 02:29:10 +0000 (+0900) Subject: docs/HTTP3.md: fix nghttp2's HTTP/3 server port X-Git-Tag: curl-7_77_0~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1311dba6ec9c65508c907b8509f0dbc5751e8c0;p=thirdparty%2Fcurl.git 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 --- diff --git a/docs/HTTP3.md b/docs/HTTP3.md index 3c199c5f87..569daeabb7 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: