]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/HTTP3.md: fix nghttp2's HTTP/3 server port
authorYusuke Nakamura <yusuke1994525@gmail.com>
Mon, 26 Apr 2021 02:29:10 +0000 (11:29 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 26 Apr 2021 06:07:37 +0000 (08:07 +0200)
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

index 3c199c5f87fa5ad173126684e05be4543beb7ba4..569daeabb7fde8bc7ddcadeca88982983cfdfbb6 100644 (file)
@@ -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: