diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-10-21 19:21:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-10-21 19:21:19 +0000 |
commit | bfa9c42c2561fd8ff6504cfd94a2df379df9b77f (patch) | |
tree | ce131dac66347bec5f800cff180475b96513f7ee /CHANGES | |
parent | 9d98f97e1b1666f84d7623a41264a999a22bd27e (diff) |
Bradford Bruce made the windows resolver code properly return
CURLE_COULDNT_RESOLVE_PROXY and CURLE_COULDNT_RESOLVE_HOST on resolving
errors (as documented).
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ +Daniel (21 October 2005) +- Bradford Bruce made the windows resolver code properly return + CURLE_COULDNT_RESOLVE_PROXY and CURLE_COULDNT_RESOLVE_HOST on resolving + errors (as documented). + Daniel (20 October 2005) - Dave Dribin made libcurl understand and handle cases when the server (wrongly) sends *two* WWW-Authenticate headers for Digest. While this should |