tutorial: signals aren't used for the threaded resolver

This commit is contained in:
Daniel Stenberg 2014-09-19 12:54:19 +02:00
parent 17932a8f7b
commit 9d49e4706e
1 changed files with 1 additions and 1 deletions

View 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