]> git.kaiwu.me - nginx.git/commit
merge r3309, r3314, r3315, r3380:
authorIgor Sysoev <igor@sysoev.ru>
Mon, 1 Feb 2010 15:54:02 +0000 (15:54 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 1 Feb 2010 15:54:02 +0000 (15:54 +0000)
commitafbfc8b4513a663d90cf0728633b8430fe691030
treed649f3222e846e2afb731112651da8427fd7cfc7
parentc419414db440c298006d814936de28964d654b38
merge r3309, r3314, r3315, r3380:

gzip headers related fixes:

*) remove "Content-Encoding: gzip" in 304 response
   sent by ngx_http_gzip_static_module
*) refactor gzip_vary handling
*) test r->header_only last, since it's not actually
   frequent here: 304 and HEAD responses are not set it before the filter
src/http/modules/ngx_http_gzip_filter_module.c
src/http/modules/ngx_http_gzip_static_module.c
src/http/modules/ngx_http_not_modified_filter_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_request.h