Re: duplicate Vary: Accept-Encoding header

2014-01-20 Thread Makailol Charls
I have just noticed this header duplication but I could not notice any issue yet. But I believe, gzip_vary should do nothing if the header is already present. And it seems like a bug in core header_filter_module . Makailol On Mon, Jan 20, 2014 at 1:11 PM, Jonathan Matthews wrote: > On 20 Janua

Re: duplicate Vary: Accept-Encoding header

2014-01-19 Thread Jonathan Matthews
On 20 January 2014 04:54, Makailol Charls wrote: > I use nginx/1.4.4 with gunzip = on and gzip_vary = on. This leads to a > duplicate Vary Header. [snip] > This issue is in standard ngx_http_header_filter_module so can anyone > suggest solution? Quick question: other than looking untidy, what's t

duplicate Vary: Accept-Encoding header

2014-01-19 Thread Makailol Charls
Hello, I use nginx/1.4.4 with gunzip = on and gzip_vary = on. This leads to a duplicate Vary Header. gzip_vary should do nothing if the header is already present: moki@mysrv:~$ curl -I http://192.168.1.196/home.html HTTP/1.1 200 OK Server: nginx/1.4.4 Date: Sun,

duplicate Vary: Accept-Encoding header

2013-06-24 Thread philipp
I use nginx 1.4.1 with gunzip = on and gzip_vary = on. This leads to a duplicate Vary Header. gzip_vary should do nothing if the header is already present: user@aladin:~$ curl -I -A test http://192.168.56.249/ HTTP/1.1 302 Found Server: nginx Date: Tue, 25 Jun 2013 06:45:12 GMT Content-Type: text