Re: Disabling proxy_buffering not working

2019-05-06 Thread Yuhao Zhang
From: nginx on behalf of Maxim Dounin Sent: Monday, May 6, 2019 15:05 To: nginx@nginx.org Subject: Re: Disabling proxy_buffering not working Hello! On Mon, May 06, 2019 at 07:08:44PM +, Yuhao Zhang wrote: > I am facing this issue where proxied server's response is > buff

Disabling proxy_buffering not working

2019-05-06 Thread Yuhao Zhang
Hi All, I am facing this issue where proxied server's response is buffered before sending back to the request client, even when proxy_buffering is disabled. I also tried setting "X-Accel-Buffering: no" header on the response, but it didn't work. I posted the issue on ingress-nginx github repo,