mirror of
https://github.com/curl/curl.git
synced 2025-09-28 15:06:48 +03:00
curl_easy_setopt.3: NOPROGRESS also affects the callback
This commit is contained in:
parent
7dd449d843
commit
f3d77f772d
|
@ -68,8 +68,9 @@ A parameter set to 1 tells the library to include the header in the body
|
||||||
output. This is only relevant for protocols that actually have headers
|
output. This is only relevant for protocols that actually have headers
|
||||||
preceding the data (like HTTP).
|
preceding the data (like HTTP).
|
||||||
.IP CURLOPT_NOPROGRESS
|
.IP CURLOPT_NOPROGRESS
|
||||||
A parameter set to 1 tells the library to shut off the built-in progress meter
|
Pass a long. If set to 1, it tells the library to shut off the progress meter
|
||||||
completely.
|
completely. It will also present the \fICURLOPT_PROGRESSFUNCTION\fP from
|
||||||
|
getting called.
|
||||||
|
|
||||||
Future versions of libcurl are likely to not have any built-in progress meter
|
Future versions of libcurl are likely to not have any built-in progress meter
|
||||||
at all.
|
at all.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user