From: Daniel Stenberg Date: Tue, 22 Jan 2002 13:10:16 +0000 (+0000) Subject: verify big files X-Git-Tag: curl-7_9_3~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9c00d2a231283e720209a68dc9274a5e5d451a6;p=curl verify big files --- 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