aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index bfa7aa067..3597ab5bd 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -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