Commit 37bf6da9 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent b3ebbd60
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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.