From: Daniel Stenberg Date: Thu, 19 Dec 2002 15:22:36 +0000 (+0000) Subject: CURLOPT_DNS_USE_GLOBAL_CACHE is not thread-safe X-Git-Tag: curl-7_10_3~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04c499a5fc1d9120628737baa6565a6eb20a70fa;p=curl CURLOPT_DNS_USE_GLOBAL_CACHE is not thread-safe --- diff --git a/docs/libcurl-the-guide b/docs/libcurl-the-guide index 4ff3873a2..ba0489179 100644 --- a/docs/libcurl-the-guide +++ b/docs/libcurl-the-guide @@ -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