]> sjero.net Git - wget/blobdiff - src/ChangeLog
Add support for --content-on-error.
[wget] / src / ChangeLog
index dad001dedac34f13bdb823ddd7a3aa6b7cfa7d13..c9c317ba6ccc360767607de1227fb298f15b72be 100644 (file)
@@ -1,3 +1,14 @@
+2011-10-02  Henrik Holst <henrik.holst@millistream.com> (tiny change)
+       * http.c (gethttp): If 'contentonerror' is used then do not
+        skip the http body on 4xx and 5xx errors.
+
+       * init.c (commands): Add 'contentonerror'.
+
+       * main.c (print_help, option_data): Add new option 'contentonerror'
+        to make wget not skip the http content on 4xx and 5xx errors.
+
+       * options.h: New variable 'content_on_error'.
+
 2011-09-19  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * main.c (print_version): Update copyright year.