From 37bf6da9c80852c3722db949dc1a2f88ffe91268 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 27 Aug 2004 07:04:31 +0000 Subject: [PATCH] don't do SO_KEEPALIVE, we already have a finer grained method built-in --- docs/TODO | 3 --- 1 file changed, 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.