]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ROADMAP: thread-safe `curl_global_init()`
authorDaniel Stenberg <daniel@haxx.se>
Fri, 17 Jan 2020 11:58:35 +0000 (12:58 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Jan 2020 11:58:35 +0000 (12:58 +0100)
I'd like to see this happen.

docs/ROADMAP.md

index 1d47682bf282039661c4cba70372576581d1ca86..7bd07196ffb8f30b7b94dd840e396d7ef4264ddb 100644 (file)
@@ -27,6 +27,13 @@ ESNI (Encrypted SNI)
 
  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
 ---------