File size request from HTTP header, handled the indeterminate size case

This commit is contained in:
Marco Dalla Tiezza
2024-06-13 01:54:59 +02:00
parent 52c4fbcce9
commit 1d795b688e
4 changed files with 136 additions and 88 deletions

View File

@@ -226,7 +226,6 @@ class UIArtemis(QObject):
self.downloader.finished.connect(self.update_manager.post_download_db)
self.downloader.on_start(
self.update_manager.remote_db_url,
self.update_manager.remote_db_size,
DATA_DIR
)