Re: A future for asiohiper.cpp ?

2018-08-23 Thread Deven via curl-library
Clearly nobody who knows anything about asio has stepped up to try to debug this for far. I personally don't know asio at all and learning it is not very high up on my list of things to do. Can we do *anything* but to remove the example, admit defeat and say that we're just not able to provi

break out of the curl_easy_perform loop

2018-08-11 Thread Deven via curl-library
Hi, I am using curl to send email. I am using the curl easy interface which blocks until the operation is complete. res = curl_easy_perform( curl ) ; Some operations would takes on tens of seconds to complete (at least in case of errors). Now, I would like to cleanly close the application