From 65918f2ecc38d786b586c6628505a9f542fcebce Mon Sep 17 00:00:00 2001 From: Nathan Gass Date: Fri, 23 May 2025 09:39:10 +0200 Subject: remove fixme, CURLOPT_MAXFILESIZE looks at downloaded size and not decompressed size --- it_url.class | 2 -- 1 file changed, 2 deletions(-) (limited to 'it_url.class') 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']) { -- cgit v1.2.3