From: Daniel Stenberg Date: Fri, 27 Aug 2004 07:04:31 +0000 (+0000) Subject: don't do SO_KEEPALIVE, we already have a finer grained method built-in X-Git-Tag: curl-7_12_2~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37bf6da9c80852c3722db949dc1a2f88ffe91268;p=curl don't do SO_KEEPALIVE, we already have a finer grained method built-in --- diff --git a/docs/TODO b/docs/TODO index 041a3ee6e..233c8c658 100644 --- a/docs/TODO +++ b/docs/TODO @@ -33,9 +33,6 @@ TODO return informational stuff as errors, consider a new info returned by curl_easy_getinfo() #845941 - * Option to set the SO_KEEPALIVE socket option to make libcurl notice and - disconnect very long time idle connections. - LIBCURL - multi interface * Add curl_multi_timeout() to make libcurl's ares-functionality better.