diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-01-30 08:20:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-30 08:20:52 +0000 |
commit | 32bc30e210ea41552f3dee64edd290a129020dc7 (patch) | |
tree | b9415c69fddf77aecd8b507a9b7696cdb626aced /CHANGES | |
parent | f3bc8e6ce135df0f438bce85ff5bc82335d5daf8 (diff) |
Based on an error report by Philippe Vaucher, we no longer count a retried
connection setup as a follow-redirect. It turns out 1) this fails when a FTP
connection is re-setup and 2) it does make the max-redirs counter behave
wrong. This fix was not verified since the reporter vanished, but I believe
this is the right fix nonetheless.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel (30 January 2006) +- Based on an error report by Philippe Vaucher, we no longer count a retried + connection setup as a follow-redirect. It turns out 1) this fails when a FTP + connection is re-setup and 2) it does make the max-redirs counter behave + wrong. This fix was not verified since the reporter vanished, but I believe + this is the right fix nonetheless. + Daniel (24 January 2006) - Michal Marek provided a patch for FTP that makes libcurl continue to try PASV even after EPSV returned a positive response code, if libcurl failed to |