]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO/ROADMAP: remove "refuse downgrade redirects" and HTTP/3
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 Aug 2019 21:18:45 +0000 (23:18 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Aug 2019 21:18:45 +0000 (23:18 +0200)
HTTP3 is now already in full progress

Downgrade redirects can be achived almost exactly like that by setting
CURLOPT_REDIR_PROTOCOLS.

docs/ROADMAP.md
docs/TODO

index 20f35e93992d3686a8cc1fe86677b4935a0a9bf4..e969fcfe8412b3cf822ff4becdae420429332bcf 100644 (file)
@@ -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
 -------------------------------------------------------------
 
index 5e1fcefae3e155779bf8499a393f2bc9d6be37b8..25cccbf400770e28c075823ee49609e31216377b 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -74,7 +74,6 @@
  5.3 Rearrange request header order
  5.4 Allow SAN names in HTTP/2 server push
  5.5 auth= in URLs
- 5.6 Refuse "downgrade" redirects
  5.7 QUIC
 
  6. TELNET
 
  Additionally this should be implemented for proxy base URLs as well.
 
-5.6 Refuse "downgrade" redirects
-
- See https://github.com/curl/curl/issues/226
-
- Consider a way to tell curl to refuse to "downgrade" protocol with a redirect
- and/or possibly a bit that refuses redirect to change protocol completely.
-
 5.7 QUIC
 
  The standardization process of QUIC has been taken to the IETF and can be