summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Nakamura <yusuke1994525@gmail.com>2021-04-26 11:29:10 +0900
committerDaniel Stenberg <daniel@haxx.se>2021-04-26 08:07:37 +0200
commitc1311dba6ec9c65508c907b8509f0dbc5751e8c0 (patch)
treec6b47dd209c95d81259291d02918964b2f50be22
parent994af2a1e9893cbd905a9600334e3ceb55020342 (diff)
downloadcurl-c1311dba6ec9c65508c907b8509f0dbc5751e8c0.tar.gz
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
-rw-r--r--docs/HTTP3.md2
1 files changed, 1 insertions, 1 deletions
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: