mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 00:28:48 -05: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:
parent
994af2a1e9
commit
c1311dba6e
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user