mirror of
https://github.com/curl/curl.git
synced 2026-08-01 01:58:02 +03:00
fixup mention in documentation
This commit is contained in:
parent
07922ce60b
commit
52e6e027c8
2 changed files with 6 additions and 0 deletions
|
|
@ -37,3 +37,6 @@ threshold during transfer.
|
|||
Starting in curl 8.19.0, the maximum size can be specified using a fraction as
|
||||
in `2.5M` for two and a half megabytes. It only works with a period (`.`)
|
||||
delimiter, independent of what your locale might prefer.
|
||||
|
||||
Since 8.20.0, this option also stops ongoing transfers that would reach this
|
||||
threshold due to automatic decompression using --compressed.
|
||||
|
|
|
|||
|
|
@ -42,6 +42,9 @@ ends up being larger than this given limit.
|
|||
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