Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52123
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-08-07 02:14 -0700 |
| Message-ID | <fa50be14-54fe-4852-a851-e8bc9b7b4f9c@googlegroups.com> (permalink) |
| Subject | Resuming the HTTP Download of a File and HTTP compression |
| From | iMath <redstone-cold@163.com> |
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 ?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Resuming the HTTP Download of a File and HTTP compression iMath <redstone-cold@163.com> - 2013-08-07 02:14 -0700
csiph-web