From: mtortonesi Date: Mon, 5 Dec 2005 11:25:50 +0000 (-0800) Subject: [svn] Better explanation of last change to HTTP code in ChangeLog. X-Git-Tag: v1.13~698 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=729c00ab9e825f11e94a5d7eee1a5a8499efa60e [svn] Better explanation of last change to HTTP code in ChangeLog. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9aab2bf9..1ea65a30 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,9 @@ 2005-11-23 Mauro Tortonesi - * 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