fixed inactive http download

This commit is contained in:
Daniel Gultsch 2015-07-17 23:58:33 +02:00
parent 13cce172ab
commit c3584a6db7
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class HttpDownloadConnection implements Transferable {
&& this.file.getKey() == null) {
this.message.setEncryption(Message.ENCRYPTION_NONE);
}
checkFileSize(true);
checkFileSize(interactive);
} catch (MalformedURLException e) {
this.cancel();
}