aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-05 23:33:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-05 23:33:33 +0000
commit35944744f84f8127529b315951946416fa592a7c (patch)
tree304600d51cee3959730e7fefb5be47ddac495e1b /CHANGES
parent4b1c0bd1e7aefeee2a2116a9e56fbfb4eb11b2e4 (diff)
Richard Atterer fixed libcurl's way of dealing with the EPSV
response. Previously, libcurl would re-resolve the host name with the new port number and attempt to connect to that, while it should use the IP from the control channel. This bug made it hard to EPSV from an FTP server with multiple IP addresses!
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d10d2b2bd..879f4d9fd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
Changelog
+Daniel (6 December 2004)
+- Richard Atterer fixed libcurl's way of dealing with the EPSV
+ response. Previously, libcurl would re-resolve the host name with the new
+ port number and attempt to connect to that, while it should use the IP from
+ the control channel. This bug made it hard to EPSV from an FTP server with
+ multiple IP addresses!
+
Daniel (3 December 2004)
- Bug report #1078066: when a chunked transfer was pre-maturely closed exactly
at a chunk boundary it was not considered an error and thus went unnoticed.