summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-12-18 23:39:22 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-18 23:39:22 +0100
commitccbdbe13c43f15a637afdd1ac4bf5df62c25a235 (patch)
tree3ae2889f201e51edf87af2ff15629e98b5d3da51
parent54db6e99026ece5950b1854dd3335c581634f42e (diff)
downloadcurl-ccbdbe13c43f15a637afdd1ac4bf5df62c25a235.tar.gz
TODO: alt-svc should fallback if alt-svc doesn't work
Closes #4908
-rw-r--r--docs/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 6a9f8cf62..d5c02e6a9 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -73,6 +73,7 @@
5.3 Rearrange request header order
5.4 Allow SAN names in HTTP/2 server push
5.5 auth= in URLs
+ 5.6 alt-svc should fallback if alt-svc doesn't work
6. TELNET
6.1 ditch stdin
@@ -606,6 +607,13 @@
Additionally this should be implemented for proxy base URLs as well.
+5.6 alt-svc should fallback if alt-svc doesn't work
+
+ The alt-svc: header provides a set of alternative services for curl to use
+ instead of the original. If the first attempted one fails, it should try the
+ next etc and if all alterantives fail go back to the original.
+
+ See https://github.com/curl/curl/issues/4908
6. TELNET