]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ROADMAP: implemented HTTP2 for HTTPS-only 563/head
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Dec 2015 09:13:21 +0000 (10:13 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Dec 2015 09:13:21 +0000 (10:13 +0100)
docs/ROADMAP.md

index 3ee0e16a5e924d7851da65cfc102a120daa849d8..334fbed17e491aa6fc5a1f73ffaeaf67bc160b7f 100644 (file)
@@ -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
 -----------