Re: [Bug-wget] [PATCH] Add support for --retry-on-http-error

2017-02-11 Thread Tim Rühsen
Hi Tom, On Freitag, 10. Februar 2017 22:04:31 CET Tom Szilagyi wrote: > Hi Tim, > > Thank you for the review comments. Please find attached a new version > of the patch prepared according to your guidance. I found it easier to > use plain old strchr instead of strchrnul, I hope that is OK.

Re: [Bug-wget] [PATCH] Add support for --retry-on-http-error

2017-02-10 Thread Tom Szilagyi
Hi Tim, Thank you for the review comments. Please find attached a new version of the patch prepared according to your guidance. I found it easier to use plain old strchr instead of strchrnul, I hope that is OK. Thanks, Tom On Thu, Feb 09, 2017 at 09:38:26PM +0100, Tim Rühsen wrote: > Hi Tom, >

Re: [Bug-wget] [PATCH] Add support for --retry-on-http-error

2017-02-09 Thread Tim Rühsen
Hi Tom, thanks for your work and for signing the FSF copyright assignment ! Just some smallish things: - Please amend the commit message to be in GNU style (see 'git log' for examples). The easiest for us maintainers is when you create the patch with 'git format-patch -1' and add it as

[Bug-wget] [PATCH] Add support for --retry-on-http-error

2017-02-06 Thread Tom Szilagyi
Consider given HTTP response codes as non-fatal, transient errors. Supply a comma-separated list of 3-digit HTTP response codes as argument. Useful to work around special circumstances where retries are required, but the server responds with an error code normally not retried by Wget. Such errors