fixup mention in the CURLOPT_MAXFILESIZE docs as well

This commit is contained in:
Daniel Stenberg 2026-03-02 15:50:36 +01:00
parent 52e6e027c8
commit 4150319868
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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.