[svn] Better explanation of last change to HTTP code in ChangeLog.

This commit is contained in:
mtortonesi 2005-12-05 03:25:50 -08:00
parent e7433e4027
commit 729c00ab9e
1 changed files with 4 additions and 2 deletions

View 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>