summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Gass2023-10-30 17:00:09 +0100
committerNathan Gass2023-10-30 17:00:09 +0100
commitaf3d6d4c2105ff832817923672129347dfbe93ff (patch)
tree8876bd19e265687286b25ab2fbf8c42e191f450b
parentf90ee95af7bcc5cc4a9734bacfdd7e99b88b4b09 (diff)
downloaditools-af3d6d4c2105ff832817923672129347dfbe93ff.tar.gz
itools-af3d6d4c2105ff832817923672129347dfbe93ff.tar.bz2
itools-af3d6d4c2105ff832817923672129347dfbe93ff.zip
add fixme for new curl feature
-rw-r--r--it_url.class1
1 files changed, 1 insertions, 0 deletions
diff --git a/it_url.class b/it_url.class
index ad28f2c..facf78d 100644
--- a/it_url.class
+++ b/it_url.class
@@ -305,6 +305,7 @@ function request($p=array())
}
+ // FIXME 2025-01 NG just use CURLOPT_MAXFILESIZE if we have curl 8.4
if ($p['maxlength'] && !$p['writefunction'])
{
$content = "";