diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2016-10-03 15:58:19 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-10-03 15:58:19 +0300 |
| commit | 2641022229fc7375996cfbbe84ec31e27dd376af (patch) | |
| tree | a2e4d7c82e84ac7fadae0f0c8379bd4b82f478fa /src/http/ngx_http_core_module.h | |
| parent | f99724f2e06952b54bb5c69b9b9e146ab52d6c1b (diff) | |
| download | nginx-2641022229fc7375996cfbbe84ec31e27dd376af.tar.gz nginx-2641022229fc7375996cfbbe84ec31e27dd376af.tar.bz2 | |
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.
Diffstat (limited to 'src/http/ngx_http_core_module.h')
| -rw-r--r-- | src/http/ngx_http_core_module.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 773c21502..fb391d744 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -327,10 +327,8 @@ struct ngx_http_core_loc_conf_s { unsigned auto_redirect:1; #if (NGX_HTTP_GZIP) unsigned gzip_disable_msie6:2; -#if (NGX_HTTP_DEGRADATION) unsigned gzip_disable_degradation:2; #endif -#endif ngx_http_location_tree_node_t *static_locations; #if (NGX_PCRE) |
