Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_degradation_module.c97 if (dlcf->degrade && ngx_http_degraded(r)) { in ngx_http_degradation_handler()
106 ngx_http_degraded(ngx_http_request_t *r) in ngx_http_degraded() function
H A Dngx_http_gzip_filter_module.c271 if (clcf->gzip_disable_degradation && ngx_http_degraded(r)) { in ngx_http_gzip_header_filter()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h166 ngx_uint_t ngx_http_degraded(ngx_http_request_t *);