Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_cache.h20 #define NGX_HTTP_CACHE_STALE 4 macro
H A Dngx_http_upstream.c899 case NGX_HTTP_CACHE_STALE: in ngx_http_upstream_cache()
921 rc = NGX_HTTP_CACHE_STALE; in ngx_http_upstream_cache()
936 case NGX_HTTP_CACHE_STALE: in ngx_http_upstream_cache()
2492 u->cache_status = NGX_HTTP_CACHE_STALE; in ngx_http_upstream_test_next()
4241 u->cache_status = NGX_HTTP_CACHE_STALE; in ngx_http_upstream_next()
H A Dngx_http_file_cache.c650 rc = NGX_HTTP_CACHE_STALE; in ngx_http_file_cache_read()