I'm implementing a http server to support range requests, but I cannot make browsers to send http range requests to my server. If I send a http range response, the browsers(both firefox and chrome) do not send any more http range requests to get the remain part of the file, so what's the correct way to init browsers to send more http range requests to get the whole file?