Home
last modified time | relevance | path

Searched refs:gzip_disable_degradation (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h321 unsigned gzip_disable_degradation:2; member
H A Dngx_http_core_module.c3477 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()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_gzip_filter_module.c271 if (clcf->gzip_disable_degradation && ngx_http_degraded(r)) { in ngx_http_gzip_header_filter()