On Sat, Jan 3, 2015 at 1:19 PM, Tim Rühsen <[email protected]> wrote:

> But after a 4xx you can also see:
> [IRI fallbacking to non-utf8 for
> 'http://www.example.com/bla?Signature=xxx%2Bxxx'
> ...
> GET /bla?Signature=xxx%2Bxxx HTTP/1.1
> ...
>
> With this second try (also seen in your example output) the file is
> correctly
> downloaded and saved.


No such luck in my case.  wget does indeed retry, but with the exact same
URI handling.  The reason the second try succeeded in my earlier example is
that GitHub happened to return a new URL without a %2B in it.  Sometimes
that does not occur, and wget gives up after --max-redirect retries.  For
example, search for "Fetching openslidejava" in this log file:

https://buildbot.openslide.org/builders/wintest-winsrv2012r2-amd64-32/builds/9/steps/fetch-deps/logs/stdio

--Benjamin Gilbert

Reply via email to