gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 39/282: ROADMAP: thread-safe `curl_global_init()`


From: gnunet
Subject: [gnurl] 39/282: ROADMAP: thread-safe `curl_global_init()`
Date: Wed, 01 Apr 2020 14:28:24 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit c275aa9903a77fad5afd61b78ccecd33baed4aca
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Jan 17 12:58:35 2020 +0100

    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
 ---------
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]