[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] retry_connrefused?
From: |
Jeffrey Fetterman |
Subject: |
Re: [Bug-wget] retry_connrefused? |
Date: |
Tue, 10 Apr 2018 13:52:24 -0500 |
500 internal server error isn't being re-tried either.
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
>
>