mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:23:44 +03:00
pre4
This commit is contained in:
parent
a23c63738f
commit
39d4552dab
4 changed files with 12 additions and 2 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue