aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-06-30 23:42:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-06-30 23:42:06 +0200
commita194e6c9ae40ffe3ab5e281f1096358cdd369d3e (patch)
tree8be1a9c83f97584384f1db055aa6aacb49c59792 /docs/TODO
parent6655e3069120cd069be9b7e2ff268342513c93bf (diff)
TODO: try next proxy if one doesn't work
Closes #896
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 14f4771c9..e04cdf076 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -33,6 +33,7 @@
1.15 TCP Fast Open
1.16 Try to URL encode given URL
1.17 Add support for IRIs
+ 1.18 try next proxy if one doesn't work
2. libcurl - multi interface
2.1 More non-blocking
@@ -320,6 +321,15 @@
To make that work smoothly for curl users even on Windows, curl would
probably need to be able to convert from several input encodings.
+1.18 try next proxy if one doesn't work
+
+ Allow an application to specify a list of proxies to try, and failing to
+ connect to the first go on and try the next instead until the list is
+ exhausted. Browsers support this feature at least when they specify proxies
+ using PACs.
+
+ https://github.com/curl/curl/issues/896
+
2. libcurl - multi interface