]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Fix broken -c in new HTTP code.
[wget] / src / ChangeLog
index c43619b3f33a862cb566f27e344b03ed32bb3f0e..9a5ffee3b664a831382056a64da525d2325cbb96 100644 (file)
@@ -1,3 +1,9 @@
+2006-08-16  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * http.c: Fixed bug which broke --continue feature. Now if -c is
+       given, http_loop sends a HEAD request to find out the destination
+       filename before resuming download.
+
 2006-08-08  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * utils.c (datetime_str): Avoid code repetition with time_str.