This commit is contained in:
Daniel Stenberg 2002-01-21 12:11:45 +00:00
parent a23c63738f
commit 39d4552dab
4 changed files with 12 additions and 2 deletions

View file

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