ChangeLog entry for continue fix.

This commit is contained in:
Micah Cowan 2007-10-04 23:26:59 -07:00
parent 7d33170f7f
commit 2e3e06cdd0
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-10-04 Micah Cowan <micah@cowan.name>
* http.c (http_loop): We've got_name if content_disposition
support isn't on; make sure we continue properly in that case,
even though we're not sending HEAD.
2007-10-02 Micah Cowan <micah@cowan.name>
* ftp.c (getftp, ftp_loop_internal), http.c (http_loop), main