Re: chunk body in response

2023-06-27 Thread Maxim Dounin
Hello! On Tue, Jun 27, 2023 at 10:57:37AM +, Yuval Abadi via nginx wrote: > Hi > > Nginx 1.23.2 > > When HTTP Server replies chunk body nginx has an error > 0 upstream sent invalid chunked response while reading upstream, client: > 10.1.0.14, server: , request: > > My nginx.conf have thes

chunk body in response

2023-06-27 Thread Yuval Abadi via nginx
Hi Nginx 1.23.2 When HTTP Server replies chunk body nginx has an error 0 upstream sent invalid chunked response while reading upstream, client: 10.1.0.14, server: , request: My nginx.conf have these attribute under the server section: + proxy_http_version 1.1; + proxy_set_header Connection "";

Re: nginx_http_write_filter_module.c

2023-06-27 Thread Yuval Abadi via nginx
Thanks From: nginx on behalf of Maxim Dounin Date: Wednesday, 21 June 2023 at 19:01 To: Yuval Abadi via nginx Subject: Re: nginx_http_write_filter_module.c EXTERNAL MAIL: nginx-boun...@nginx.org Hello! On Wed, Jun 21, 2023 at 11:36:54AM +, Yuval Abadi via nginx wrote: > Nginx 1.23.2 > >