Re: Using Nginx with chunking

2015-08-12 Thread Maxim Dounin
Hello! On Wed, Aug 12, 2015 at 01:05:13PM +, Arun John (arujohn) wrote: > But even for range requests, it should return the bytes requested, > correct? Am I missing any configuration? The question is the same: what makes you think that nginx doesn't return bytes requested? As per logs you'

Re: Using Nginx with chunking

2015-08-12 Thread Reinis Rozitis
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?

Re: Using Nginx with chunking

2015-08-12 Thread Arun John (arujohn)
Hi Maxim, Sorry for the confusion. But even for range requests, it should return the bytes requested, correct? Am I missing any configuration? Regards, Arun On 8/12/15, 6:23 PM, "nginx on behalf of Maxim Dounin" wrote: >Hello! > >On Wed, Aug 12, 2015 at 09:30:15AM +, Arun John (arujohn) w

Re: Using Nginx with chunking

2015-08-12 Thread Maxim Dounin
Hello! On Wed, Aug 12, 2015 at 09:30:15AM +, Arun John (arujohn) wrote: > Hello, > > I have nginx configured to send files in chunks to remote > clients. The clients will contact the server to send it in > chunks of 1 MB each. I am using nginx version 1.8.0 You confuse chunks and range re