aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-30 08:20:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-30 08:20:52 +0000
commit32bc30e210ea41552f3dee64edd290a129020dc7 (patch)
treeb9415c69fddf77aecd8b507a9b7696cdb626aced /CHANGES
parentf3bc8e6ce135df0f438bce85ff5bc82335d5daf8 (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--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d262cfb6f..bfdb1495d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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