gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 77/150: TODO: 18.18 retry on network is unreachable


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 77/150: TODO: 18.18 retry on network is unreachable
Date: Fri, 30 Mar 2018 16:48:51 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit ccd1ec7aa8a0c0da9106c9a39e0d7de531d04dfb
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Feb 15 13:52:13 2018 +0100

    TODO: 18.18 retry on network is unreachable
    
    Closes #1603
---
 docs/TODO | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/docs/TODO b/docs/TODO
index c06a9ceea..35319ecd8 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -152,6 +152,7 @@
  18.15 --retry should resume
  18.16 send only part of --data
  18.17 consider file name from the redirected URL with -O ?
+ 18.18 retry on network is unreachable
 
  19. Build
  19.1 roffit
@@ -1038,6 +1039,18 @@ that doesn't exist on the server, just like 
--ftp-create-dirs.
 
  See https://github.com/curl/curl/issues/1241
 
+18.18 retry on network is unreachable
+
+ The --retry option retries transfers on "transient failures". We later added
+ --retry-connrefused to also retry for "connection refused" errors.
+
+ Suggestions have been brought to also allow retry on "network is unreachable"
+ errors and while totally reasonable, maybe we should consider a way to make
+ this more configurable than to add a new option for every new error people
+ want to retry for?
+
+ https://github.com/curl/curl/issues/1603
+
 19. Build
 
 19.1 roffit

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



reply via email to

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