From: Daniel Stenberg Date: Fri, 17 Jan 2020 11:58:35 +0000 (+0100) Subject: ROADMAP: thread-safe `curl_global_init()` X-Git-Tag: curl-7_69_0~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c275aa9903a77fad5afd61b78ccecd33baed4aca;p=thirdparty%2Fcurl.git ROADMAP: thread-safe `curl_global_init()` I'd like to see this happen. --- diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 1d47682bf2..7bd07196ff 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 ---------