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