Request byte range

NiteWave

Administrator
#2
yes. it's enabled by default. and as far as I know, no way to disable it.
you can use curl to test:
#curl -H "Range: bytes=10-100" URL-of-a-static-file
to download 10th - 100th (total 91 bytes) of the file.
 
Last edited by a moderator:
Top