From 81aa52829ae021dc226b4d25330c63c2ff31149a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 4 Oct 2010 14:59:41 +0000 Subject: ngx_http_degraded() --- src/http/ngx_http.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/http/ngx_http.h') diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 9351cb09a..e3619e148 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -142,6 +142,10 @@ char *ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t **keys, ngx_int_t ngx_http_set_default_types(ngx_conf_t *cf, ngx_array_t **types, ngx_str_t *default_type); +#if (NGX_HTTP_DEGRADATION) +ngx_uint_t ngx_http_degraded(ngx_http_request_t *); +#endif + extern ngx_module_t ngx_http_module; -- cgit