[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] retry_connrefused?
From: |
Tim Rühsen |
Subject: |
Re: [Bug-wget] retry_connrefused? |
Date: |
Tue, 10 Apr 2018 22:27:39 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 |
On 10.04.2018 20:37, Jeffrey Fetterman wrote:
> with --tries=5 set, Failed to connect (111) will still instantly abort the
> operation.
As I wrote, not reproducible here (see my debug output). Please append
your debug output.
Regards, Tim
> On Tue, Apr 10, 2018 at 2:45 AM, Tim Rühsen <address@hidden> wrote:
>
>> On 04/10/2018 03:12 AM, Jeffrey Fetterman wrote:
>>> --retry_connrefused is mentioned in the documentation but it doesn't seem
>>> to be an option anymore. I can't find a replacement for it, either. My
>> VPN
>>> is being a bit fussy today and I keep having to restart my script because
>>> of 111 errors.
>>>
>> I assume wget2... use --tries. That value is currently also used for
>> connection failures.
>>
>> ...
>> [0] Downloading 'http://localhost' ...
>> 10.073423.223 cookie_create_request_header for host=localhost path=(null)
>> Failed to write 207 bytes (111: Connection refused)
>> 10.073423.223 host_increase_failure: localhost failures=1
>> ...
>>
>> Regards, Tim
>>
>>