Re: Invoke of curl_easy_pause from within curl callbacks

2023-10-06 Thread Daniel Stenberg via curl-library
On Fri, 6 Oct 2023, Maxim Dzhura via curl-library wrote: After carefully reading the curl_easy_pause documentation and everything curl about using callbacks, I got an impression curl_easy_pause can't be called within curl callbacks. However, there is a comment to curl_easy_pause in the recent

Invoke of curl_easy_pause from within curl callbacks

2023-10-05 Thread Maxim Dzhura via curl-library
Hi all, After carefully reading the curl_easy_pause documentation and everything curl about using callbacks, I got an impression curl_easy_pause can't be called within curl callbacks. However, there is a comment to curl_easy_pause in the recent lib/easy.c that it is actually allowed. If so, can th