Commit 04c499a5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

CURLOPT_DNS_USE_GLOBAL_CACHE is not thread-safe

parent efbe930a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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