Re: [Bug-wget] Patch: new option --content-on-error: do not skip content on http server error

2011-10-06 Thread Giuseppe Scrivano
Henrik Holst henrik.ho...@millistream.com writes: No problem, I'll give it a try, yell at me if I do something wrong: Good job! I have applied the patch and pushed it. Cheers, Giuseppe

Re: [Bug-wget] Patch: new option --content-on-error: do not skip content on http server error

2011-10-04 Thread Giuseppe Scrivano
Hi Henrik, Henrik Holst henrik.ho...@millistream.com writes: This patch adds an option to not skip the content sent by the HTTP server when the server responds with a status code in the 4xx and 5xx range. thanks for the patch, I am quite inclined to include it. Can you please provide the

Re: [Bug-wget] Patch: new option --content-on-error: do not skip content on http server error

2011-10-04 Thread Henrik Holst
No problem, I'll give it a try, yell at me if I do something wrong: /HH --- wget-1.13_orig/doc/ChangeLog2011-10-02 00:59:06.769926929 +0200 +++ wget-1.13/doc/ChangeLog2011-10-04 15:40:22.539047579 +0200 @@ -1,3 +1,9 @@ +2011-10-02 Henrik Holst henrik.ho...@millistream.com + +*

[Bug-wget] Patch: new option --content-on-error: do not skip content on http server error

2011-10-02 Thread Henrik Holst
This patch adds an option to not skip the content sent by the HTTP server when the server responds with a status code in the 4xx and 5xx range. This is quite useful when dealing with RESTful web services since they often use the http status code to indicate an error and then add content with an