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 /TODO-RELEASE | |
parent | 4f00a8db73cb0fa5790d00d3d69e2a06f8b41244 (diff) | |
download | curl-f866af912dd5a28206343c5eb092bcb9f9a336d2.tar.gz |
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 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index cc6e48894..278e1f873 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -4,9 +4,6 @@ To be addressed before 7.18.0 (planned release: January 2008) 115 - Cleanup debugging messages in test harness, introduced for new minimum SSH version support for SCP, SFTP and SOCKS tests -117 - Eric Landes patch for introducing the --tcp-keep* options - http://curl.haxx.se/mail/lib-2008-01/0038.html (review, consider) - Less likely to go in 7.18.0 =========================== |