Skip to content
Snippets Groups Projects
Commit f3d77f77 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

curl_easy_setopt.3: NOPROGRESS also affects the callback

parent 7dd449d8
No related branches found
No related tags found
No related merge requests found
......@@ -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
preceding the data (like HTTP).
.IP CURLOPT_NOPROGRESS
A parameter set to 1 tells the library to shut off the built-in progress meter
completely.
Pass a long. If set to 1, it tells the library to shut off the progress meter
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
at all.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment