mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 06:25:03 -05:00
ROADMAP: thread-safe curl_global_init()
I'd like to see this happen.
This commit is contained in:
parent
a7ded055ad
commit
c275aa9903
@ -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
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user