diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-17 13:11:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-17 13:11:00 +0000 |
commit | ce5db9a86ea1508b0caaeec38adc5397e390dc3e (patch) | |
tree | e932aecf231b6fb77a0e98a1acfcb8caa1d80b16 /docs/TODO | |
parent | 94568f884dc30614f30918c9cca8cff40cc6c936 (diff) |
Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize.
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -34,11 +34,6 @@ TODO >4GB all over. Bug reports (and source reviews) show that it doesn't currently work. - * CURLOPT_MAXFILESIZE. Prevent downloads that are larger than the specified - size. CURLE_FILESIZE_EXCEEDED would then be returned. Gautam Mani - requested. That is, the download should not even begin but be aborted - immediately. - LIBCURL - multi interface * Add curl_multi_timeout() to make libcurl's ares-functionality better. |