From d94868828e60167b2dbb20f39ea4282fd636844e Mon Sep 17 00:00:00 2001 From: Paul King Date: Mon, 16 May 2011 19:40:25 +0100 Subject: fix #165, #277 --- module/network/HTTPDownload.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/network') diff --git a/module/network/HTTPDownload.py b/module/network/HTTPDownload.py index 56f1cb1e4..40e2e69e1 100644 --- a/module/network/HTTPDownload.py +++ b/module/network/HTTPDownload.py @@ -142,6 +142,8 @@ class HTTPDownload(): chunksDone = 0 chunksCreated = False + if self.info.getCount() > 1: # This is a resume, if we were chunked originally assume still can + self.chunkSupport=True while 1: #need to create chunks -- cgit v1.2.3