]> granicus.if.org Git - curl/commitdiff
don't do SO_KEEPALIVE, we already have a finer grained method built-in
authorDaniel Stenberg <daniel@haxx.se>
Fri, 27 Aug 2004 07:04:31 +0000 (07:04 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 27 Aug 2004 07:04:31 +0000 (07:04 +0000)
docs/TODO

index 041a3ee6e43be771972973e4cb19565334dacf44..233c8c6588f29746cb9a48fba825e0ad18853303 100644 (file)
--- 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.