Re: Range request not working for gzipped content

2014-08-22 Thread Valentin V. Bartenev
On Friday 22 August 2014 15:10:03 badtzhou wrote: > I found that whenever Content-Encoding: gzip is on. Nginx will return 200 > instead of 206. When gzip is off, nginx will return range request normally. > > Is that the expected behavior for nginx? > Yes. See here for explanation: http://mailma

Range request not working for gzipped content

2014-08-22 Thread badtzhou
I found that whenever Content-Encoding: gzip is on. Nginx will return 200 instead of 206. When gzip is off, nginx will return range request normally. Is that the expected behavior for nginx? Thanks Don Posted at Nginx Forum: http://forum.nginx.org/read.php?2,252767,252767#msg-252767 __