summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-12-06 17:03:00 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-12-06 17:03:00 +0100
commit05f899c842a4c7f0b2367ecdda0c3ca0694c8eba (patch)
tree93bc14cd373722d74bcaa0d2278ea80a69a5dac4
parent1a4c14cbac9a29e7a943846cfa59cb404556961e (diff)
downloadcurl-05f899c842a4c7f0b2367ecdda0c3ca0694c8eba.tar.gz
TODO: 5.7 Require HTTP version X or higher
Closes #7980
-rw-r--r--docs/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index dc03f303e..90cff5121 100644
--- 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
@@ -644,6 +645,14 @@
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