gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 178/205: libcurl-thread.3: also mention threaded-re


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 178/205: libcurl-thread.3: also mention threaded-resolver
Date: Thu, 20 Apr 2017 16:21:58 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.0
in repository gnurl.

commit 1b9b90d94aac489e85517cc5ee69d075b1f3bc6b
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sun Apr 9 23:09:50 2017 +0200

    libcurl-thread.3: also mention threaded-resolver
    
    Reported-by: Alex Bligh
    Bug: https://curl.haxx.se/mail/lib-2017-04/0044.html
---
 docs/libcurl/libcurl-thread.3 | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/libcurl/libcurl-thread.3 b/docs/libcurl/libcurl-thread.3
index 379ca8ffa..f520da3b7 100644
--- a/docs/libcurl/libcurl-thread.3
+++ b/docs/libcurl/libcurl-thread.3
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 2015 - 2016, Daniel Stenberg, <address@hidden>, et al.
+.\" * Copyright (C) 2015 - 2017, Daniel Stenberg, <address@hidden>, et al.
 .\" *
 .\" * This software is licensed as described in the file COPYING, which
 .\" * you should have received as part of this distribution. The terms
@@ -77,9 +77,10 @@ without using either the c-ares or threaded resolver 
backends. When using
 multiple threads you should set the \fICURLOPT_NOSIGNAL(3)\fP option to 1L for
 all handles. Everything will or might work fine except that timeouts are not
 honored during the DNS lookup - which you can work around by building libcurl
-with c-ares support. c-ares is a library that provides asynchronous name
-resolves. On some platforms, libcurl simply will not function properly
-multi-threaded unless this option is set.
+with c-ares or threaded-resolver support. c-ares is a library that provides
+asynchronous name resolves. On some platforms, libcurl simply will not
+function properly multi-threaded unless the \fICURLOPT_NOSIGNAL(3)\f option is
+set.
 .IP "Name resolving"
 \fBgethostby* functions and other system calls.\fP These functions, provided
 by your operating system, must be thread safe. It is very important that

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]