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
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