mirror of
https://github.com/curl/curl.git
synced 2026-08-05 02:16:13 +03:00
fixup mention in the CURLOPT_MAXFILESIZE docs as well
This commit is contained in:
parent
52e6e027c8
commit
4150319868
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue