Feature idea: wakeup option for curl_multi_wait/poll

2019-11-12 Thread Gergely Nagy via curl-library
Hi! We have a use-case where we use a single curl multi with lots of easy connections which are added/removed in a relatively adhoc manner, anytime. We previously used the multi_socket API with libuv for this, but we'd like to migrate to the curl_multi_poll API. The problem is that when we for

Re: Feature idea: wakeup option for curl_multi_wait/poll

2019-11-12 Thread Gergely Nagy via curl-library
her thread; the send() syscall itself is thread-safe). It's also the app's responsibility not to call unblock after destructing the multi, but this should be like this either way. From: curl-library on behalf of Gergely Nagy via curl-library Sent:

Re: TLS session ID re-use broken in 7.77.0

2021-06-09 Thread Gergely Nagy via curl-library
I've found the same issue on Linux when using OpenSSL with TLS 1.2. I've opened a Github issue for it: https://github.com/curl/curl/issues/7222 Gergely Nagy Head of Core Team Email: n...@tresorit.com Encrypt, Sync, Share, Control. www.tresorit.com