Re: curl_easy_pause() documentation question

2020-12-29 Thread XSLT2.0 via curl-library
> the documentation says "you can't", that's a contract. > temporary issue of unwanted debug output Many thanks for the feebacks. I'll do as advised. Cheers Alain --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Et

Re: curl_easy_pause() documentation question

2020-12-28 Thread Daniel Stenberg via curl-library
On Mon, 28 Dec 2020, Tomalak Geret'kal via curl-library wrote: You could work it out from the source code of some particular version, but why? Just follow the contract. That's why it exists. +1 -- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixe

Re: curl_easy_pause() documentation question

2020-12-28 Thread Tomalak Geret'kal via curl-library
On 28/12/2020 10:22, XSLT2.0 via curl-library wrote: > Hello, > > curl_easy_pause() documentation says: >> While it may feel tempting, take care and notice that you cannot >> call this function from another thread. To unpause... > > I have tested the opposite: we can although the document says "you

curl_easy_pause() documentation question

2020-12-28 Thread XSLT2.0 via curl-library
Hello, curl_easy_pause() documentation says: > While it may feel tempting, take care and notice that you cannot > call this function from another thread. To unpause... I have tested the opposite: we can although the document says "you cannot"... with http(s) 1.1, with threads reading in a round