diff options
author | Nathan Gass | 2023-10-30 17:00:09 +0100 |
---|---|---|
committer | Nathan Gass | 2023-10-30 17:00:09 +0100 |
commit | af3d6d4c2105ff832817923672129347dfbe93ff (patch) | |
tree | 8876bd19e265687286b25ab2fbf8c42e191f450b /it_url.class | |
parent | f90ee95af7bcc5cc4a9734bacfdd7e99b88b4b09 (diff) | |
download | itools-af3d6d4c2105ff832817923672129347dfbe93ff.tar.gz itools-af3d6d4c2105ff832817923672129347dfbe93ff.tar.bz2 itools-af3d6d4c2105ff832817923672129347dfbe93ff.zip |
add fixme for new curl feature
Diffstat (limited to 'it_url.class')
-rw-r--r-- | it_url.class | 1 |
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 = ""; |