*** empty log message ***

This commit is contained in:
Mike Goslin 2000-12-15 01:31:05 +00:00
parent 0be7d093d7
commit 2e54f4bc76
1 changed files with 3 additions and 0 deletions

View File

@ -426,6 +426,9 @@ run(void) {
return DS_error_write;
}
_dest_stream.close();
// The "Connection: close" line tells the server to close the
// connection when the download is complete
_connected == false;
return DS_success;
} else {
if (downloader_cat.is_debug())