Handling HTML5 Video for iOS and Safari clients
    Dridi Boukelmoune 
    dridi at varni.sh
       
    Fri Sep  8 15:05:56 UTC 2017
    
    
  
On Fri, Sep 8, 2017 at 2:55 PM,  <info+varnish at shee.org> wrote:
<snip>
> Thanks to pointing to this direction. Looking into it I see following (trimmed):
>
> Request 1
> ReqMethod      GET
> ReqURL         /test.mp4
> ReqHeader      range: bytes=0-1
>
> VCL_call       HIT
> RespStatus     200
> RespReason     OK
> RespHeader     Content-Length: 7081786
> VCL_return     deliver
> RespHeader     Accept-Ranges: bytes
> RespHeader     Content-Range: bytes 0-1/7081786
> RespStatus     206
> RespReason     Partial Content
> RespUnset      Content-Length: 7081786
> RespHeader     Content-Length: 2
<snip>
Are those actual transactions originating from the browser or you
using a tool like curl to test the range behavior?
Dridi
    
    
More information about the varnish-misc
mailing list