summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-12 08:16:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-12 08:16:59 +0000
commit943e31b35ce1afa62746d321d6a05763f0aa2a51 (patch)
tree024047f6a1de072daf26bca2d7f6bbb8642e7980
parent20f85b94dff46f431e366c28dbdc364b26e64141 (diff)
downloadcurl-943e31b35ce1afa62746d321d6a05763f0aa2a51.tar.gz
CURLOPT_MAXFILESIZE
-rw-r--r--docs/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index d593cffe3..96c3ce68b 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -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