diff options
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 |