aboutsummaryrefslogtreecommitdiff
path: root/docs/ROADMAP.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-11-09 09:05:43 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-11-09 09:05:43 +0100
commit6225c48a03630bd2ec1589188de7b0dd86014376 (patch)
treeef270e73db23dd328a77218f128cda68f8616693 /docs/ROADMAP.md
parent9b7f8ab21bdaa20d555517c944966bb2cbba7033 (diff)
ROADMAP: remove two items already done
Diffstat (limited to 'docs/ROADMAP.md')
-rw-r--r--docs/ROADMAP.md16
1 files changed, 1 insertions, 15 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md
index eb52d1877..3ee0e16a5 100644
--- a/docs/ROADMAP.md
+++ b/docs/ROADMAP.md
@@ -18,20 +18,6 @@ HTTP/2
To decide: if we need to bundle parts of the nghttp2 stuff that probably
won't be shipped by many distros.
-- stream properties API
-
- Provide options for setting priorities and dependencies among the streams
- (easy handles). They are mostly information set for the stream and sent to
- the server so we don't have to add much logic for this.
-
-- server push
-
- Not exactly clear exactly how to support this API-wise, but by adding
- handles without asking for a resource it could be a way to be prepared to
- receive pushes in case such are sent. We probably need it to still specify
- a URL with host name, port etc but we probably need a special option to
- tell libcurl it is for server push purposes.
-
- provide option for HTTP/2 "prior knowledge" over clear text
As it would avoid the roundtrip-heavy Upgrade: procedures when you _know_
@@ -117,7 +103,7 @@ Improve
2. curl -h output (considered overwhelming to users)
-3. we have > 160 command line options, is there a way to redo things to
+3. we have > 170 command line options, is there a way to redo things to
simplify or improve the situation as we are likely to keep adding
features/options in the future too