From 93c483e0c5b17f04e37a80c2fa2e22e24a0c2492 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 22 May 2009 11:05:26 +0000 Subject: add charset for ngx_http_gzip_static_module responses --- src/http/ngx_http_request.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/ngx_http_request.h') diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 4fef7c36c..97ffbbf21 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -478,6 +478,7 @@ struct ngx_http_request_s { unsigned discard_body:1; unsigned internal:1; unsigned error_page:1; + unsigned ignore_content_encoding:1; unsigned filter_finalize:1; unsigned post_action:1; unsigned request_complete:1; -- cgit v1.2.3