diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-11-25 09:52:22 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-11-25 09:52:22 +0100 |
commit | 8ebc5cda8f4f53e26ce822cd831001cc2332945e (patch) | |
tree | 28ffa6e595807d1ce6a1fefa67cb271fa00993e2 /docs/TODO | |
parent | 65894c98463bcda1fd5f62c572c77de1757686a8 (diff) |
TODO: removed "HTTPS proxy"
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -23,7 +23,6 @@ 1.5 get rid of PATH_MAX 1.6 Modified buffer size approach 1.7 Detect when called from within callbacks - 1.8 Allow SSL (HTTPS) to proxy 1.9 Cache negative name resolves 1.11 minimize dependencies with dynamicly loaded modules 1.12 have form functions use CURL handle argument @@ -243,16 +242,6 @@ subsequently can add code within libcurl that returns error if called within callbacks for when that's not supported. -1.8 Allow SSL (HTTPS) to proxy - - To prevent local users from snooping on your traffic to the proxy. Supported - by Firefox and Chrome already: - https://www.chromium.org/developers/design-documents/secure-web-proxy - - See this stale work in progress branch: - https://github.com/curl/curl/tree/HTTPS-proxy based on this PR: - https://github.com/curl/curl/pull/305 - 1.9 Cache negative name resolves A name resolve that has failed is likely to fail when made again within a |