the file I want to download is 1000000 bytes uncompressed, the downloads was interrupted when 5000 bytes compressed data was transmitted .If I want to Resuming the HTTP Download ,I wonder what value of the HTTP Range header should be ,“bytes=5000-“ or “bytes= <os.path.getsize(downloadedPart)>-”? why ? -- http://mail.python.org/mailman/listinfo/python-list
- Resuming the HTTP Download of a File and HTTP compression iMath