diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_pause.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_pause.3 b/docs/libcurl/curl_easy_pause.3 index 0c1edb444..ab8258380 100644 --- a/docs/libcurl/curl_easy_pause.3 +++ b/docs/libcurl/curl_easy_pause.3 @@ -49,6 +49,10 @@ will get your write callback called before this function returns. The \fBhandle\fP argument is of course identifying the handle that operates on the connection you want to pause or unpause. +A paused transfer is excluded from low speed cancels via the +\fBCURLOPT_LOW_SPEED_LIMIT(3)\fP option and unpausing a transfer will reset +the time period required for the low speed limit to be met. + The \fBbitmask\fP argument is a set of bits that sets the new state of the connection. The following bits can be used: .IP CURLPAUSE_RECV |