Searched refs:NGX_HTTP_UPSTREAM_FT_HTTP_429 (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 29 #define NGX_HTTP_UPSTREAM_FT_HTTP_429 0x00000400 macro 43 |NGX_HTTP_UPSTREAM_FT_HTTP_429)
|
| H A D | ngx_http_upstream.c | 452 { 429, NGX_HTTP_UPSTREAM_FT_HTTP_429 }, 4193 case NGX_HTTP_UPSTREAM_FT_HTTP_429: in ngx_http_upstream_next()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 85 { ngx_string("http_429"), NGX_HTTP_UPSTREAM_FT_HTTP_429 },
|
| H A D | ngx_http_uwsgi_module.c | 117 { ngx_string("http_429"), NGX_HTTP_UPSTREAM_FT_HTTP_429 },
|
| H A D | ngx_http_fastcgi_module.c | 214 { ngx_string("http_429"), NGX_HTTP_UPSTREAM_FT_HTTP_429 },
|
| H A D | ngx_http_grpc_module.c | 217 { ngx_string("http_429"), NGX_HTTP_UPSTREAM_FT_HTTP_429 },
|
| H A D | ngx_http_proxy_module.c | 227 { ngx_string("http_429"), NGX_HTTP_UPSTREAM_FT_HTTP_429 },
|