bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] Does wget has the "outstanding read data" problem?


From: Tim Rühsen
Subject: Re: [Bug-wget] Does wget has the "outstanding read data" problem?
Date: Sat, 18 May 2019 11:59:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

On 17.05.19 23:09, Peng Yu wrote:
> Hi,
> 
> curl has this problem "(18) transfer closed with outstanding read data
> remaining". Does wget have a similar problem like this? Thanks.
> 
> https://curl.haxx.se/mail/archive-2018-10/0015.html

The connection is closed prematurely and you do not want to re-download
everything.

Wget has -c / --continue for that.

If you have a recent version of wget, it will use a if-modified-since
request header - and sometimes this goes wrong, some servers have issues
with that header. In this case add --no-if-modified-since to use a
different strategy (HEAD request first, then GET).

Regards, Tim

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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