summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Gass2025-05-23 09:39:10 +0200
committerNathan Gass2025-05-23 09:39:10 +0200
commit65918f2ecc38d786b586c6628505a9f542fcebce (patch)
tree3476e60754e36b7a0bb491f2210c0f052aacb570
parent0fc541eee4fe00b93911d7b1b1b4d6a9072889b5 (diff)
downloaditools-65918f2ecc38d786b586c6628505a9f542fcebce.tar.gz
itools-65918f2ecc38d786b586c6628505a9f542fcebce.tar.bz2
itools-65918f2ecc38d786b586c6628505a9f542fcebce.zip
remove fixme, CURLOPT_MAXFILESIZE looks at downloaded size and not decompressed sizeHEADmaster
-rw-r--r--it_url.class2
1 files changed, 0 insertions, 2 deletions
diff --git a/it_url.class b/it_url.class
index 8af61ae..c814261 100644
--- a/it_url.class
+++ b/it_url.class
@@ -314,8 +314,6 @@ function request($p=array())
curl_setopt($curl, CURLOPT_URL, $url->url);
}
-
- # FIXME 2025-01 NG just use CURLOPT_MAXFILESIZE if we have curl 8.4
$content = "";
if ($p['maxlength'] && !$p['writefunction'])
{