comparison src/http/ngx_http_core_module.h @ 3773:a08e8b3832ae

gzip_disable degradation
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Oct 2010 15:03:00 +0000
parents 72cc5b789021
children 279083731ec6
comparison
equal deleted inserted replaced
3772:c1e3cb4c669c 3773:a08e8b3832ae
293 unsigned noregex:1; 293 unsigned noregex:1;
294 294
295 unsigned auto_redirect:1; 295 unsigned auto_redirect:1;
296 #if (NGX_HTTP_GZIP) 296 #if (NGX_HTTP_GZIP)
297 unsigned gzip_disable_msie6:2; 297 unsigned gzip_disable_msie6:2;
298 #if (NGX_HTTP_DEGRADATION)
299 unsigned gzip_disable_degradation:2;
300 #endif
298 #endif 301 #endif
299 302
300 ngx_http_location_tree_node_t *static_locations; 303 ngx_http_location_tree_node_t *static_locations;
301 #if (NGX_PCRE) 304 #if (NGX_PCRE)
302 ngx_http_core_loc_conf_t **regex_locations; 305 ngx_http_core_loc_conf_t **regex_locations;