aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-27 07:04:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-27 07:04:31 +0000
commit37bf6da9c80852c3722db949dc1a2f88ffe91268 (patch)
tree22eb8282e91a25043b2e0d2a4376c79b0139883f
parentb3ebbd60a2ea3443f77ff14114c322ea595ca3db (diff)
don't do SO_KEEPALIVE, we already have a finer grained method built-in
-rw-r--r--docs/TODO3
1 files changed, 0 insertions, 3 deletions
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.