Searched refs:NGX_HTTP_UPSTREAM_FT_NON_IDEMPOTENT (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 33 #define NGX_HTTP_UPSTREAM_FT_NON_IDEMPOTENT 0x00004000 macro
|
| H A D | ngx_http_upstream.c | 2463 mask = un->mask | NGX_HTTP_UPSTREAM_FT_NON_IDEMPOTENT; in ngx_http_upstream_test_next() 4219 ft_type |= NGX_HTTP_UPSTREAM_FT_NON_IDEMPOTENT; in ngx_http_upstream_next()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 80 { ngx_string("non_idempotent"), NGX_HTTP_UPSTREAM_FT_NON_IDEMPOTENT },
|
| H A D | ngx_http_uwsgi_module.c | 112 { ngx_string("non_idempotent"), NGX_HTTP_UPSTREAM_FT_NON_IDEMPOTENT },
|
| H A D | ngx_http_fastcgi_module.c | 209 { ngx_string("non_idempotent"), NGX_HTTP_UPSTREAM_FT_NON_IDEMPOTENT },
|
| H A D | ngx_http_grpc_module.c | 210 { ngx_string("non_idempotent"), NGX_HTTP_UPSTREAM_FT_NON_IDEMPOTENT },
|
| H A D | ngx_http_proxy_module.c | 220 { ngx_string("non_idempotent"), NGX_HTTP_UPSTREAM_FT_NON_IDEMPOTENT },
|