From 04c499a5fc1d9120628737baa6565a6eb20a70fa Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 19 Dec 2002 15:22:36 +0000 Subject: [PATCH] CURLOPT_DNS_USE_GLOBAL_CACHE is not thread-safe --- docs/libcurl-the-guide | 1 + 1 file changed, 1 insertion(+) 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