CURLOPT_MAXFILESIZE
authorDaniel Stenberg <daniel@haxx.se>
Wed, 12 Jun 2002 08:16:59 +0000 (08:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 Jun 2002 08:16:59 +0000 (08:16 +0000)
docs/TODO

index d593cff..96c3ce6 100644 (file)
--- 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