diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-10-31 18:51:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-31 18:51:50 +0000 |
commit | 223d84810435d1fa3937e46488f6a4763de06972 (patch) | |
tree | 61e4fb95724c1eae894426e669faf284b2846e28 /RELEASE-NOTES | |
parent | d8884168e3b094b47d70c49f902a6ef669f6c31c (diff) |
- Gabriel Kuri reported a problem with CURLINFO_CONTENT_LENGTH_DOWNLOAD if the
download was 0 bytes, as libcurl would then return the size as unknown (-1)
and not 0. I wrote a fix and test case 566 to verify it.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2e3817003..5c74df455 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -44,6 +44,7 @@ This release includes the following bugfixes: o unparsable cookie expire dates make cookies get treated as session coookies o POST with Digest authentication and "Transfer-Encoding: chunked" o SCP connection re-use with wrong auth + o CURLINFO_CONTENT_LENGTH_DOWNLOAD for 0 bytes transfers This release includes the following known bugs: @@ -57,6 +58,6 @@ advice from friends like these: Claes Jakobsson, Sven Anders, Chris Mumford, John P. McCaskey, Constantine Sapuntzakis, Michael Stillwell, Tom Mueller, Dan Fandrich, Kevin Baughman, John Dennis, Ray Dassen, Johan van Selst, Dima Barsky, - Liza Alenchery + Liza Alenchery, Gabriel Kuri Thanks! (and sorry if I forgot to mention someone) |