This commit is contained in:
Daniel Stenberg 2002-06-12 08:16:59 +00:00
Родитель 20f85b94df
Коммит 943e31b35c
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -53,6 +53,10 @@ TODO
* Make the built-in progress meter use its own dedicated output stream, and
make it possible to set it. Use stderr by default.
* CURLOPT_MAXFILESIZE. Prevent downloads that are larger than the specified
size. CURLE_FILESIZE_EXCEEDED would then be returned. Gautam Mani
requested.
DOCUMENTATION