comparison src/http/ngx_http_core_module.h @ 6717:3b522d7a5b34

Modules compatibility: degradation fields now always present. There is no need to save these two bits as they are wasted anyway. Removed NGX_HTTP_DEGRADATION from the signature accordingly.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 03 Oct 2016 15:58:19 +0300
parents c90cf79d0e1d
children bdf64ae3376b
comparison
equal deleted inserted replaced
6716:57c8e12c460c 6717:3b522d7a5b34
325 unsigned noregex:1; 325 unsigned noregex:1;
326 326
327 unsigned auto_redirect:1; 327 unsigned auto_redirect:1;
328 #if (NGX_HTTP_GZIP) 328 #if (NGX_HTTP_GZIP)
329 unsigned gzip_disable_msie6:2; 329 unsigned gzip_disable_msie6:2;
330 #if (NGX_HTTP_DEGRADATION)
331 unsigned gzip_disable_degradation:2; 330 unsigned gzip_disable_degradation:2;
332 #endif
333 #endif 331 #endif
334 332
335 ngx_http_location_tree_node_t *static_locations; 333 ngx_http_location_tree_node_t *static_locations;
336 #if (NGX_PCRE) 334 #if (NGX_PCRE)
337 ngx_http_core_loc_conf_t **regex_locations; 335 ngx_http_core_loc_conf_t **regex_locations;