diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-04-16 07:59:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-16 07:59:20 +0000 |
commit | 62d205a2ec38ed54e359625d69a7210dc274f093 (patch) | |
tree | daafe4a6819326a2a00694a6352844770dfef2b4 /CHANGES | |
parent | 29e873b12d9723a7becb6fb2a06f7f346d3e3157 (diff) |
Dirk Manske brought the patch that introduces two new CURLINFO_* values:
CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -6,6 +6,21 @@ History of Changes +Daniel (16 April 2002) +- Dirk Manske brought a patch that introduced two new CURLINFO_* values: + CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT. + +Daniel (15 April 2002) +- Jonatan Lander patched the verbose text 'Disables POST, goes with GET' to + reflect reality better, like when the first request isn't POST and when + the second isn't GET... :-) + +- Craig Davison pointed out that when curl_formadd()ing a file that doesn't + exist, libcurl doesn't return error. Now, curl_easy_perform() will return + CURLE_READ_ERROR if that is the case. Test 41 was added to verify this. + +Version 7.9.6 + Daniel (14 April 2002) - Dirk Manske brought a fix that makes libcurl strip off white spaces from the beginning of cookie contents. |