aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-20 12:09:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-20 12:09:09 +0000
commitcd52b9f0da6ad17287e85e55363248d9f7430ba4 (patch)
treed8e3db7d27cf9ff161579b96288dcf531be87d7e /docs/KNOWN_BUGS
parentc3d74ffe487d59e9c643b09f7adb0014b8d45333 (diff)
Alexander Krasnostavsky made the write callback get called even when a zero
byte file is downloaded.
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 7d9132781..8a3255974 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -44,10 +44,6 @@ may have been fixed since this was written!
libcurl thinks of it as the *compressed* lenght. Some explanations are here:
http://curl.haxx.se/mail/lib-2003-06/0146.html
-* Downloading 0 (zero) bytes files over FTP will not create a zero byte file
- locally, which is because libcurl doesn't call the write callback with zero
- bytes. Explained here: http://curl.haxx.se/mail/archive-2003-04/0143.html
-
* IPv6 support on AIX 4.3.3 doesn't work due to a missing sockaddr_storage
struct. It has been reported to work on AIX 5.1 though.