diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-20 21:54:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-20 21:54:00 +0000 |
commit | b132e865b9940bc65407da8365eccc2e37ed1016 (patch) | |
tree | fab0a649c73b50db4110b817cddadc87ccff3401 /CHANGES | |
parent | 77431568d226b41831814f52a998ae0f30eeb33f (diff) |
Based on a patch by Christian Vogt, the FTP code now sets the upcoming
download transfer size much earlier to be possible to get read with
CURLINFO_CONTENT_LENGTH_DOWNLOAD as soon as possible.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel S (20 August 2007) +- Based on a patch by Christian Vogt, the FTP code now sets the upcoming + download transfer size much earlier to be possible to get read with + CURLINFO_CONTENT_LENGTH_DOWNLOAD as soon as possible. This is very much in a + similar spirit to the HTTP size change from August 11 2007. + Daniel S (18 August 2007) - Robson Braga Araujo filed bug report #1776232 (http://curl.haxx.se/bug/view.cgi?id=1776232) about libcurl calling |