Searched refs:gzip_disable_degradation (Results 1 – 3 of 3) sorted by relevance
321 unsigned gzip_disable_degradation:2; member
3477 clcf->gzip_disable_degradation = 3; in ngx_http_core_create_loc_conf()3766 if (conf->gzip_disable_degradation == 3) { in ngx_http_core_merge_loc_conf()3767 conf->gzip_disable_degradation = in ngx_http_core_merge_loc_conf()3768 (prev->gzip_disable_degradation == 3) ? in ngx_http_core_merge_loc_conf()3769 0 : prev->gzip_disable_degradation; in ngx_http_core_merge_loc_conf()4916 clcf->gzip_disable_degradation = 1; in ngx_http_gzip_disable()4956 clcf->gzip_disable_degradation = 1; in ngx_http_gzip_disable()
271 if (clcf->gzip_disable_degradation && ngx_http_degraded(r)) { in ngx_http_gzip_header_filter()