I am trying to make a partial content request(206) instead of a 200 request. I set the accepted ranges header but when I do a sendfile($fh) it does a 200 request instead of 206 request. So i was wondering if I am sending the correct headers for it to do a 206 request.
thanks!