diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-12 22:10:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-12 22:10:53 +0000 |
commit | f866af912dd5a28206343c5eb092bcb9f9a336d2 (patch) | |
tree | 3ce875d52ba3b9a1e9e39c167ca90f4a79cec6b7 /CHANGES | |
parent | 4f00a8db73cb0fa5790d00d3d69e2a06f8b41244 (diff) |
Eric Landes provided the patch (edited by me) that introduces the
--keepalive-time to curl to set the keepalive probe interval. I also took
the opportunity to rename the recently added no-keep-alive option to
no-keepalive to keep a consistent naming and to avoid getting two dashes in
these option names. Eric also provided an update to the man page for the new
option.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Changelog +Daniel S (12 Jan 2008) +- Eric Landes provided the patch (edited by me) that introduces the + --keepalive-time to curl to set the keepalive probe interval. I also took + the opportunity to rename the recently added no-keep-alive option to + no-keepalive to keep a consistent naming and to avoid getting two dashes in + these option names. Eric also provided an update to the man page for the new + option. + Daniel S (11 Jan 2008) - Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it already worked for FTP:// URLs. |