aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-01-21 12:11:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-01-21 12:11:45 +0000
commit39d4552dab1f8238a1e1cd2387fabafb2331e6cd (patch)
tree9f044abea744e29dd41537579be5193f25899ba6 /docs/TODO
parenta23c63738f7542dda02e8907adb2109cf4220831 (diff)
pre4
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