From 415031986864c1a4504df964c715fe21e1672a42 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 2 Mar 2026 15:50:36 +0100 Subject: [PATCH] fixup mention in the CURLOPT_MAXFILESIZE docs as well --- docs/libcurl/opts/CURLOPT_MAXFILESIZE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/libcurl/opts/CURLOPT_MAXFILESIZE.md b/docs/libcurl/opts/CURLOPT_MAXFILESIZE.md index 8618758f1b..17c4c9f4e1 100644 --- a/docs/libcurl/opts/CURLOPT_MAXFILESIZE.md +++ b/docs/libcurl/opts/CURLOPT_MAXFILESIZE.md @@ -41,6 +41,9 @@ If you want a limit above 2GB, use CURLOPT_MAXFILESIZE_LARGE(3). Since 8.4.0, this option also stops ongoing transfers if they reach this threshold. +Since 8.20.0, this option also stops ongoing transfers that would reach this +threshold due to automatic decompression using CURLOPT_ACCEPT_ENCODING(3). + # DEFAULT 0, meaning disabled.