mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 14:35:03 -05:00
curl_easy_pause.3: minor wording edit
This commit is contained in:
parent
40be9a1c1d
commit
019c95f566
@ -40,9 +40,8 @@ the writing is later unpaused.
|
|||||||
|
|
||||||
While it may feel tempting, take care and notice that you cannot call this
|
While it may feel tempting, take care and notice that you cannot call this
|
||||||
function from another thread. To unpause, you may for example call it from the
|
function from another thread. To unpause, you may for example call it from the
|
||||||
progress callback (see \fIcurl_easy_setopt(3)\fP's
|
progress callback (\fICURLOPT_PROGRESSFUNCTION(3)\fP), which gets called at
|
||||||
\fICURLOPT_PROGRESSFUNCTION(3)\fP), which gets called at least once per
|
least once per second, even if the connection is paused.
|
||||||
second, even if the connection is paused.
|
|
||||||
|
|
||||||
When this function is called to unpause reading, the chance is high that you
|
When this function is called to unpause reading, the chance is high that you
|
||||||
will get your write callback called before this function returns.
|
will get your write callback called before this function returns.
|
||||||
|
Loading…
Reference in New Issue
Block a user