diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-11 14:20:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-11 14:20:41 +0000 |
commit | 08adf679691006a8fc45fca07c7a10e6a458283e (patch) | |
tree | e63dcc718a803ed4653d7eba24c1a143cef52475 /CHANGES | |
parent | e2c817731a6abd94c1946e855938ec5f12167c31 (diff) |
Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it
already worked for FTP:// URLs
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ Changelog Daniel S (11 Jan 2008) +- Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it + already worked for FTP:// URLs. + - I made the curl tool switch from using CURLOPT_IOCTLFUNCTION to now use the spanking new CURLOPT_SEEKFUNCTION simply to take advantage of the improved performance for the upload resume cases where you want to upload the last |