aboutsummaryrefslogtreecommitdiff
path: root/docs/ROADMAP.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-12-14 10:13:21 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-12-14 10:13:21 +0100
commit63a5a756a849b86b9a78430e03b22260708cd9f5 (patch)
tree005a0951db081ef970446eb1070ed0c8c5633187 /docs/ROADMAP.md
parent15cf5a98b764f78ef45b049964781816edef03c2 (diff)
ROADMAP: implemented HTTP2 for HTTPS-only
Diffstat (limited to 'docs/ROADMAP.md')
-rw-r--r--docs/ROADMAP.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md
index 3ee0e16a5..334fbed17 100644
--- a/docs/ROADMAP.md
+++ b/docs/ROADMAP.md
@@ -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
-----------