On Thu, 9 Jan 2020, Thierry HUCAHRD wrote:

Nikos' answer (on GnuTls: https://gitlab.com/gnutls/gnutls/issues/900) implies that if a program doesn't call curl_global_init, and curl_easy_cleanup doesn't call it either. Then libcurl would be thread-safe.

Yes I think it might be, if

A) you don't also build with *another* 3rd party lib that has a thread-unsafe init call

and

B) the CURL_GLOBAL_ACK_EINTR caveat doesn't hit you: https://curl.haxx.se/mail/lib-2020-01/0030.html

--

 / daniel.haxx.se | Get the best commercial curl support there is - from me
                  | Private help, bug fixes, support, ports, new features
                  | https://www.wolfssl.com/contact/
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to