Skip to content

Commit

Permalink
curl_easy_pause.3: minor wording edit
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Oct 24, 2014
1 parent 40be9a1 commit 019c95f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/libcurl/curl_easy_pause.3
Expand Up @@ -40,9 +40,8 @@ the writing is later unpaused.

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
progress callback (see \fIcurl_easy_setopt(3)\fP's
\fICURLOPT_PROGRESSFUNCTION(3)\fP), which gets called at least once per
second, even if the connection is paused.
progress callback (\fICURLOPT_PROGRESSFUNCTION(3)\fP), which gets called at
least once per second, even if the connection is paused.

When this function is called to unpause reading, the chance is high that you
will get your write callback called before this function returns.
Expand Down

0 comments on commit 019c95f

Please sign in to comment.