B brucebrown New Member Jul 15, 2017 #1 Jul 15, 2017 #1 Does LiteSpeed support byte-range requests? If so, how can one enable this?
N NiteWave Administrator Jul 16, 2017 #2 Jul 16, 2017 #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: Jul 17, 2017
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.