mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 05:33:52 -06:00
test frequent r->header_only before three response status
This commit is contained in:
parent
6c49a5afcf
commit
0338645ecf
@ -243,10 +243,10 @@ ngx_http_gzip_header_filter(ngx_http_request_t *r)
|
||||
conf = ngx_http_get_module_loc_conf(r, ngx_http_gzip_filter_module);
|
||||
|
||||
if (!conf->enable
|
||||
|| r->header_only
|
||||
|| (r->headers_out.status != NGX_HTTP_OK
|
||||
&& r->headers_out.status != NGX_HTTP_FORBIDDEN
|
||||
&& r->headers_out.status != NGX_HTTP_NOT_FOUND)
|
||||
|| r->header_only
|
||||
|| (r->headers_out.content_encoding
|
||||
&& r->headers_out.content_encoding->value.len)
|
||||
|| (r->headers_out.content_length_n != -1
|
||||
|
Loading…
Reference in New Issue
Block a user