curl_easy_setopt.3: NOPROGRESS also affects the callback
authorDaniel Stenberg <daniel@haxx.se>
Fri, 27 May 2011 09:12:52 +0000 (11:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 27 May 2011 09:13:13 +0000 (11:13 +0200)
docs/libcurl/curl_easy_setopt.3

index 06d071bf2a199f93927da46ac475f9226fa20657..ba43a530a530cb9f926d30b57bbd1b36a53ec975 100644 (file)
@@ -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.