diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-01-21 12:11:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-01-21 12:11:45 +0000 |
commit | 39d4552dab1f8238a1e1cd2387fabafb2331e6cd (patch) | |
tree | 9f044abea744e29dd41537579be5193f25899ba6 /docs/TODO | |
parent | a23c63738f7542dda02e8907adb2109cf4220831 (diff) |
pre4
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -48,6 +48,10 @@ TODO * Set the SO_KEEPALIVE socket option to make libcurl notice and disconnect very long time idle connections. + * Make sure we don't ever loop because of non-blocking sockets return + EWOULDBLOCK or similar. This concerns the HTTP request sending, the FTP + command sending etc. + DOCUMENTATION * Document all CURLcode error codes, why they happen and what most likely |