diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-06 13:37:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-06 13:37:12 +0000 |
commit | 9a2aed7d7ac2f8fbb79fe411b3b01d8a60f0c726 (patch) | |
tree | 3db9f63a9c500220fe9cc34c1fe1fe1d8267f5f1 /CHANGES | |
parent | a91a75355d863e6aeb849f0de9169234217990bc (diff) |
Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled
CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if
the new URL would provide the resumed file. Test case 188 added to verify the
fix (together with existing test 99).
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ Changelog Daniel (6 October 2004) +- Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled + CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even + if the new URL would provide the resumed file. Test case 188 added to verify + the fix (together with existing test 99). + - Dan Fandrich fixed a configure flaw for systems that need both nsl and socket libs to use gethostbyname(). |