diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-11-02 18:49:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-11-02 18:49:56 +0000 |
commit | b19dc0eeb0a4495e5b6e8fce7f63b4ae6bc39fe5 (patch) | |
tree | cfd78c72835f2f4a076ee6980120dbe95e621bf8 /CHANGES | |
parent | 41de897b6bf58919ffc18a21faa4e36963464a1d (diff) |
- As reported independent by both Stan van de Burgt and Didier Brisebourg,
CURLINFO_SIZE_DOWNLOAD (the -w variable size_download) didn't work when
getting data from ldap!
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel Stenberg (2 Nov 2009) +- As reported independent by both Stan van de Burgt and Didier Brisebourg, + CURLINFO_SIZE_DOWNLOAD (the -w variable size_download) didn't work when + getting data from ldap! + Daniel Stenberg (31 Oct 2009) - 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) |