summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-01-22 13:10:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-01-22 13:10:16 +0000
commitc9c00d2a231283e720209a68dc9274a5e5d451a6 (patch)
treee58ae4b38b36752f8981bda5ad1463161bc1e8aa
parent1afe49864d4fa52e0b47d8bb499a697e417b8256 (diff)
downloadcurl-c9c00d2a231283e720209a68dc9274a5e5d451a6.tar.gz
verify big files
-rw-r--r--docs/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 3597ab5bd..e308a02e4 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -52,6 +52,10 @@ TODO
EWOULDBLOCK or similar. This concerns the HTTP request sending, the FTP
command sending etc.
+ * Go through the code and verify that libcurl deals with big files >2GB and
+ >4GB all over. Bug reports indicate that it doesn't currently work
+ properly.
+
DOCUMENTATION
* Document all CURLcode error codes, why they happen and what most likely