]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: 5.7 Require HTTP version X or higher
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 Dec 2021 16:03:00 +0000 (17:03 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 6 Dec 2021 16:03:00 +0000 (17:03 +0100)
Closes #7980

docs/TODO

index dc03f303e730fffd6561405450f0ddef07f11e8e..90cff512183d7308432b5a4f18971ba7cf1c10b8 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -79,6 +79,7 @@
  5.4 Allow SAN names in HTTP/2 server push
  5.5 auth= in URLs
  5.6 alt-svc should fallback if alt-svc does not work
+ 5.7 Require HTTP version X or higher
 
  6. TELNET
  6.1 ditch stdin
 
  See https://github.com/curl/curl/issues/4908
 
+5.7 Require HTTP version X or higher
+
+ curl and libcurl provide options for trying higher HTTP versions (for example
+ HTTP/2) but then still allows the server to pick version 1.1. We could
+ consider adding a way to require a minimum version.
+
+ See https://github.com/curl/curl/issues/7980
+
 6. TELNET
 
 6.1 ditch stdin