Wednesday, May 30, 2012, 10:44:50 AM, you wrote: >> * It sometimes contact my origin server and send back a "206 Partial >> Content" return code. In this case, the video will not work. It >> occurs when i'm already downloading the same files. (Looks to be a >> race condition).
As far as I know if ATS sees a valid "Range:" field it should always reply with a 206. You'll probably have to change that during response processing. >> * Sometimes when i set the start value at the end of the file TS seems >> to be hanged somewhere and will resume after more than 20 seconds. This because prior to 3.1.4 a range request is served by reading the entire object from cache and clipping. So the 20s delay is probably the object read.