1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 07:38:49 -05:00

CURLOPT_DNS_USE_GLOBAL_CACHE is not thread-safe

This commit is contained in:
Daniel Stenberg 2002-12-19 15:22:36 +00:00
parent efbe930a69
commit 04c499a5fc

View File

@ -232,6 +232,7 @@ Multi-threading issues
For SIGPIPE info see the UNIX Socket FAQ at
http://www.unixguide.net/network/socketfaq/2.22.shtml
Also, note that CURLOPT_DNS_USE_GLOBAL_CACHE is not thread-safe.
When It Doesn't Work