aboutsummaryrefslogtreecommitdiff
path: root/docs/ROADMAP.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-08-16 23:18:45 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-08-16 23:18:45 +0200
commit7c31a8980cd13f08cc477c83134dd4301ea6822e (patch)
tree29a2894efba4ccb50e8e7f61006703c5ed64dd2b /docs/ROADMAP.md
parent9dde627ce66e8a42cfabd0fcfab2fa71eec6491f (diff)
TODO/ROADMAP: remove "refuse downgrade redirects" and HTTP/3
HTTP3 is now already in full progress Downgrade redirects can be achived almost exactly like that by setting CURLOPT_REDIR_PROTOCOLS.
Diffstat (limited to 'docs/ROADMAP.md')
-rw-r--r--docs/ROADMAP.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md
index 20f35e939..e969fcfe8 100644
--- a/docs/ROADMAP.md
+++ b/docs/ROADMAP.md
@@ -5,11 +5,6 @@ Roadmap of things Daniel Stenberg wants to work on next. It is intended to
serve as a guideline for others for information, feedback and possible
participation.
-HTTP/3
-------
-
- See the [QUIC and HTTP/3 wiki page](https://github.com/curl/curl/wiki/QUIC).
-
ESNI (Encrypted SNI)
--------------------
@@ -21,11 +16,6 @@ HSTS
Complete and merge [the existing PR](https://github.com/curl/curl/pull/2682).
-Option to refuse HTTPS => HTTP redirects
-----------------------------------------
-
-Possibly as a new bit to `CURLOPT_FOLLOWLOCATION` ?
-
Option to let CURLOPT_CUSTOMREQUEST be overridden on redirect
-------------------------------------------------------------