gzip_disable_degradation  267 http/modules/ngx_http_gzip_filter_module.c     if (clcf->gzip_disable_degradation && ngx_http_degraded(r)) {
gzip_disable_degradation 3150 http/ngx_http_core_module.c     clcf->gzip_disable_degradation = 3;
gzip_disable_degradation 3417 http/ngx_http_core_module.c     if (conf->gzip_disable_degradation == 3) {
gzip_disable_degradation 3418 http/ngx_http_core_module.c         conf->gzip_disable_degradation =
gzip_disable_degradation 3419 http/ngx_http_core_module.c             (prev->gzip_disable_degradation == 3) ?
gzip_disable_degradation 3420 http/ngx_http_core_module.c                  0 : prev->gzip_disable_degradation;
gzip_disable_degradation 4433 http/ngx_http_core_module.c             clcf->gzip_disable_degradation = 1;
gzip_disable_degradation 4473 http/ngx_http_core_module.c             clcf->gzip_disable_degradation = 1;
gzip_disable_degradation  304 http/ngx_http_core_module.h     unsigned      gzip_disable_degradation:2;