Using Nginx with chunking

Reinis Rozitis r at roze.lv
Wed Aug 12 13:44:04 UTC 2015


> If you see the logs the last three writes seem to be for the same chunk of 
> size 6672 bytes

I imagine this is a typo (and not what the client expects) because the 
length is 6272 bytes.


> But even for range requests, it should return the bytes requested, 
> correct? Am I missing any configuration?

Well you can always try to test it with something like curl to see if the 
problem is not really on the particular client:

curl  --header "Range: bytes=16777216-16783487" http://yourfile
or
curl  -r 16777216-16783487 http://yourfile


There are some SSL errors in the debuglog though.

rr 



More information about the nginx mailing list