summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-01-17 12:58:35 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-01-17 12:58:35 +0100
commitc275aa9903a77fad5afd61b78ccecd33baed4aca (patch)
tree4cc58d21f7b037d8981926b9706658880acde670
parenta7ded055ad926fd06d1ed1ca7e2fac2ee3c6fcc5 (diff)
downloadcurl-c275aa9903a77fad5afd61b78ccecd33baed4aca.tar.gz
ROADMAP: thread-safe `curl_global_init()`
I'd like to see this happen.
-rw-r--r--docs/ROADMAP.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md
index 1d47682bf..7bd07196f 100644
--- a/docs/ROADMAP.md
+++ b/docs/ROADMAP.md
@@ -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
---------