mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
ROADMAP: implemented HTTP2 for HTTPS-only
This commit is contained in:
parent
15cf5a98b7
commit
63a5a756a8
@ -23,13 +23,6 @@ HTTP/2
|
||||
As it would avoid the roundtrip-heavy Upgrade: procedures when you _know_
|
||||
it speaks HTTP/2.
|
||||
|
||||
- provide option to allow curl to default to HTTP/2 only when using HTTPS
|
||||
|
||||
We could switch on HTTP/2 by-default for HTTPS quite easily and it
|
||||
shouldn't hurt anyone, while HTTP/2 for HTTP by default could introduce
|
||||
lots of Upgrade: roundtrips that users won't like. So a separated option
|
||||
alternative makes sense.
|
||||
|
||||
SRV records
|
||||
-----------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user