Re: 200ms delay when serving stale content and proxy_cache_background_update enabled

2017-05-30 Thread Jean-Paul Hemelaar
I think this solves the issue: http://hg.nginx.org/nginx/rev/9552758a786e Thanks, JP On Wed, Mar 15, 2017 at 11:05 AM, Jean-Paul Hemelaar wrote: > Hi, > > I noticed a delay of approx. 200ms when the proxy_cache_background_update > is used and Nginx sends stale content to the client. > > Curren

200ms delay when serving stale content and proxy_cache_background_update enabled

2017-03-15 Thread Jean-Paul Hemelaar
Hi, I noticed a delay of approx. 200ms when the proxy_cache_background_update is used and Nginx sends stale content to the client. Current setup: - Apache webserver as backend sending a slow response delay.php that simply waits for 1 second: - Nginx in front to cache the response, and send stale