gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 148/222: CURLOPT_TIMEOUT.3: remove the mention of "minutes"


From: gnunet
Subject: [gnurl] 148/222: CURLOPT_TIMEOUT.3: remove the mention of "minutes"
Date: Thu, 07 Nov 2019 00:10:44 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 63791638779778d390f9722a1b47c76f5321741b
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Oct 7 14:22:23 2019 +0200

    CURLOPT_TIMEOUT.3: remove the mention of "minutes"
    
    ... just say that limiting operations risk aborting otherwise fine
    working transfers. If that means seconds, minutes or hours, we leave to
    the user.
    
    Reported-by: Martin Gartner
    Closes #4469
---
 docs/libcurl/opts/CURLOPT_TIMEOUT.3 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/libcurl/opts/CURLOPT_TIMEOUT.3 
b/docs/libcurl/opts/CURLOPT_TIMEOUT.3
index dafe142d0..1cd122df2 100644
--- a/docs/libcurl/opts/CURLOPT_TIMEOUT.3
+++ b/docs/libcurl/opts/CURLOPT_TIMEOUT.3
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <address@hidden>, et al.
+.\" * Copyright (C) 1998 - 2019, 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
@@ -30,9 +30,9 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TIMEOUT, long 
timeout);
 .SH DESCRIPTION
 Pass a long as parameter containing \fItimeout\fP - the maximum time in
 seconds that you allow the libcurl transfer operation to take. Normally, name
-lookups can take a considerable time and limiting operations to less than a
-few minutes risk aborting perfectly normal operations. This option may cause
-libcurl to use the SIGALRM signal to timeout system calls.
+lookups can take a considerable time and limiting operations risk aborting
+perfectly normal operations. This option may cause libcurl to use the SIGALRM
+signal to timeout system calls.
 
 In unix-like systems, this might cause signals to be used unless
 \fICURLOPT_NOSIGNAL(3)\fP is set.

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



reply via email to

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