1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

ROADMAP: thread-safe curl_global_init()

I'd like to see this happen.
This commit is contained in:
Daniel Stenberg 2020-01-17 12:58:35 +01:00
parent a7ded055ad
commit c275aa9903
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -27,6 +27,13 @@ ESNI (Encrypted SNI)
Initial work exists in https://github.com/curl/curl/pull/4011 Initial work exists in https://github.com/curl/curl/pull/4011
thread-safe `curl_global_init()`
--------------------------------
Fix the libcurl specific parts of the function to be thread-safe. Make sure
it can be thread-safe if built with thread-safe 3rd party libraries.
(probably can't include `curl_global_init_mem()` for obvious reasons)
tiny-curl tiny-curl
--------- ---------