Returned "available ranges" headers for partially downloaded files EDIT: Phex returns the correct headers for files I start to download. The other errors could be because of some problems in my config.
------
Hi,
I am testing coding for Gnutella via Python at the moment, and when trying to download an only partially downloaded file from Phex, I get the following headers:
Server: Phex 3.2.6.106
X-Available-Ranges: bytes
Shouldn't the available ranges header contain the available ranges? Means: If I didn't misunderstand something (and didn't jump to wrong conclusions), it should look like the following:
X-Available-Ranges: bytes=0-1,6-12,90-1200
Where is the error in my thinking?
Last edited by arne_bab; August 22nd, 2008 at 06:44 PM.
|