1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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
This commit is contained in:
Yusuke Nakamura 2021-04-26 11:29:10 +09:00 committed by Daniel Stenberg
parent 994af2a1e9
commit c1311dba6e
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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: