diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-01-26 22:59:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-01-26 22:59:43 +0000 |
commit | c82a1f95ebec3bd7e9da3df0a36dfaf7c9ae5ff9 (patch) | |
tree | 95de5e55ba8b8de0fe7e92cf89ad4137f12a3c94 /CHANGES | |
parent | d34982bb65012798a228705eeff21337eb680929 (diff) |
- Mike Crowe made libcurl return CURLE_COULDNT_RESOLVE_PROXY when it is the
proxy that cannot be resolved when using c-ares. This matches the behaviour
when not using c-ares.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel Stenberg (26 Jan 2010) +- Mike Crowe made libcurl return CURLE_COULDNT_RESOLVE_PROXY when it is the + proxy that cannot be resolved when using c-ares. This matches the behaviour + when not using c-ares. + Björn Stenberg (23 Jan 2010) - Added a new flag: -J/--remote-header-name. This option tells the -O/--remote-name option to use the server-specified Content-Disposition |