Re: Disabling proxy_buffering not working

2019-05-07 Thread Maxim Dounin
Hello! On Mon, May 06, 2019 at 09:30:33PM +, Yuhao Zhang wrote: > Hi, Thank you for the explanation. I definitely need to learn > more about the protocol spec. Would you help me understand why > the "proxy_buffer_size" affects the result even when > "proxy_buffering" is off? This is becau

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

Re: Disabling proxy_buffering not working

2019-05-06 Thread Maxim Dounin
Hello! On Mon, May 06, 2019 at 07:08:44PM +, Yuhao Zhang wrote: > 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 > respo

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,