don't do SO_KEEPALIVE, we already have a finer grained method built-in

This commit is contained in:
Daniel Stenberg 2004-08-27 07:04:31 +00:00
parent b3ebbd60a2
commit 37bf6da9c8
1 changed files with 0 additions and 3 deletions

View File

@ -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.