]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: alt-svc should fallback if alt-svc doesn't work
authorDaniel Stenberg <daniel@haxx.se>
Fri, 18 Dec 2020 22:39:22 +0000 (23:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Dec 2020 22:39:22 +0000 (23:39 +0100)
Closes #4908

docs/TODO

index 6a9f8cf62cabe6392480641c2b3f48cc45fb2674..d5c02e6a93950f340050ef96c7881e837157511f 100644 (file)
--- 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
 
  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