diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-05-27 11:12:52 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-05-27 11:13:13 +0200 |
commit | f3d77f772dedce951fe56726f679de4c32e09299 (patch) | |
tree | 448f25712c63c0132fb7270c2efe495ca061bd9a /docs/libcurl | |
parent | 7dd449d843e21df679f85d1b4d3065644e088410 (diff) |
curl_easy_setopt.3: NOPROGRESS also affects the callback
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 06d071bf2..ba43a530a 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -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. |