comparison src/http/ngx_http_upstream.c @ 8568:0875101c08f7 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 01 Oct 2020 12:21:11 +0100
parents a748095bf94e 7015f26aef90
children 474706351c09
comparison
equal deleted inserted replaced
8567:4983357258d7 8568:0875101c08f7
2484 } 2484 }
2485 2485
2486 #if (NGX_HTTP_CACHE) 2486 #if (NGX_HTTP_CACHE)
2487 2487
2488 if (u->cache_status == NGX_HTTP_CACHE_EXPIRED 2488 if (u->cache_status == NGX_HTTP_CACHE_EXPIRED
2489 && ((u->conf->cache_use_stale & un->mask) || r->cache->stale_error)) 2489 && (u->conf->cache_use_stale & un->mask))
2490 { 2490 {
2491 ngx_int_t rc; 2491 ngx_int_t rc;
2492 2492
2493 rc = u->reinit_request(r); 2493 rc = u->reinit_request(r);
2494 2494