diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-08-27 07:04:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-08-27 07:04:31 +0000 |
commit | 37bf6da9c80852c3722db949dc1a2f88ffe91268 (patch) | |
tree | 22eb8282e91a25043b2e0d2a4376c79b0139883f /docs | |
parent | b3ebbd60a2ea3443f77ff14114c322ea595ca3db (diff) |
don't do SO_KEEPALIVE, we already have a finer grained method built-in
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |