From c275aa9903a77fad5afd61b78ccecd33baed4aca Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 17 Jan 2020 12:58:35 +0100 Subject: ROADMAP: thread-safe `curl_global_init()` I'd like to see this happen. --- docs/ROADMAP.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 --------- -- cgit v1.2.1