1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

verify big files

This commit is contained in:
Daniel Stenberg 2002-01-22 13:10:16 +00:00
parent 1afe49864d
commit c9c00d2a23

View File

@ -52,6 +52,10 @@ TODO
EWOULDBLOCK or similar. This concerns the HTTP request sending, the FTP EWOULDBLOCK or similar. This concerns the HTTP request sending, the FTP
command sending etc. 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 DOCUMENTATION
* Document all CURLcode error codes, why they happen and what most likely * Document all CURLcode error codes, why they happen and what most likely