diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-08-20 12:09:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-08-20 12:09:09 +0000 |
commit | cd52b9f0da6ad17287e85e55363248d9f7430ba4 (patch) | |
tree | d8e3db7d27cf9ff161579b96288dcf531be87d7e /RELEASE-NOTES | |
parent | c3d74ffe487d59e9c643b09f7adb0014b8d45333 (diff) |
Alexander Krasnostavsky made the write callback get called even when a zero
byte file is downloaded.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 68eb42ad3..b45dcc52a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,6 +14,7 @@ This release includes the following changes: This release includes the following bugfixes: + o downloading empty files now calls the write callback properly o no more reverse DNS lookups when getting ip-only address with ipv6-enabled libcurl o libcurl works better multi-threaded on AIX (when built with xlc) |