]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tutorial: signals aren't used for the threaded resolver
authorDaniel Stenberg <daniel@haxx.se>
Fri, 19 Sep 2014 10:54:19 +0000 (12:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 19 Sep 2014 10:54:19 +0000 (12:54 +0200)
docs/libcurl/libcurl-tutorial.3

index 11f2125f164cd0032677e6db629a8eef814b4ad1..bc09215369ff77ae566f4123375d582faaf206ce 100644 (file)
@@ -257,7 +257,7 @@ than one thread at any given time.
 
 libcurl is completely thread safe, except for two issues: signals and SSL/TLS
 handlers. Signals are used for timing out name resolves (during DNS lookup) -
-when built without c-ares support and not on Windows.
+when built without using either the c-ares or threaded resolver backends.
 
 If you are accessing HTTPS or FTPS URLs in a multi-threaded manner, you are
 then of course using the underlying SSL library multi-threaded and those libs