aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl-the-guide
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-19 15:22:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-19 15:22:36 +0000
commit04c499a5fc1d9120628737baa6565a6eb20a70fa (patch)
tree6ce97f0099ca032fe79be026c3ba99f559a7f2ab /docs/libcurl-the-guide
parentefbe930a69b83b88b16b9935301a76b6368dda03 (diff)
CURLOPT_DNS_USE_GLOBAL_CACHE is not thread-safe
Diffstat (limited to 'docs/libcurl-the-guide')
-rw-r--r--docs/libcurl-the-guide1
1 files changed, 1 insertions, 0 deletions
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