]> sjero.net Git - wget/commitdiff
[svn] Better explanation of last change to HTTP code in ChangeLog.
authormtortonesi <devnull@localhost>
Mon, 5 Dec 2005 11:25:50 +0000 (03:25 -0800)
committermtortonesi <devnull@localhost>
Mon, 5 Dec 2005 11:25:50 +0000 (03:25 -0800)
src/ChangeLog

index 9aab2bf90b280a580b24494874fa1452a2396692..1ea65a30ab80e2400cdafd9aedf2433cd98d3171 100644 (file)
@@ -1,7 +1,9 @@
 2005-11-23  Mauro Tortonesi  <mauro@ferrara.linux.it>
 
-       * http.c: Refactored HTTP code. Added support for
-       Content-Disposition header. 
+       * http.c: Refactored HTTP code.  If -O is not used, the new code
+       delays the choice of the file name where the downloaded resource
+       will be saved until the HTTP headers have been retrieved.
+       Added support for Content-Disposition header. 
 
 2005-11-19  Hrvoje Niksic  <hniksic@xemacs.org>