diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-07 21:14:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-07 21:14:31 +0000 |
commit | c1b9356081d75c00f5907605a32e0fc3f5b8f46b (patch) | |
tree | 00180bd799fb44724982f12205f0039e1efa7b11 | |
parent | c669e1ae45fce7e0aae73825ba69d4c2db009f57 (diff) |
Usage of the BCURLOPT_PROGRESSFUNCTION callback is not recommended when using
the multi interface, but having the comment in here caused more questions than
we fixed problems so I remove it now. It still works fine.
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 62d8aa1b0..fa2aa57f0 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -196,8 +196,7 @@ this callback will cause libcurl to abort the transfer and return If you transfer data with the multi interface, this function will not be called during periods of idleness unless you call the appropriate libcurl -function that performs transfers. Usage of the \fBCURLOPT_PROGRESSFUNCTION\fP -callback is not recommended when using the multi interface. +function that performs transfers. \fICURLOPT_NOPROGRESS\fP must be set to FALSE to make this function actually get called. |