Re: Query on diff between nginx 1.18 and nginx 1.20+

2024-03-13 Thread Vishwas Bm
Hi Sergey, Thanks for the reply. We see the same behaviour with nginx 1.24 and connection breaks because of client_header_timeout. Can you provide more information on keepalive_timeout and client_header_timeout. When does these two timers get triggered. If you can brief explanation with respect

Re: Query on diff between nginx 1.18 and nginx 1.20+

2024-03-13 Thread Sergey A. Osokin
Hi Vishwas, thanks for the report. On Tue, Mar 12, 2024 at 11:16:46AM +0530, Vishwas Bm wrote: > > We were using the tool from *https://github.com/fstab/h2c > *and seeing change in behaviour between 1.18 > and 1.20+ wrt client_header_timeout configuration. [...]

Query on diff between nginx 1.18 and nginx 1.20+

2024-03-11 Thread Vishwas Bm
HI, We were using the tool from *https://github.com/fstab/h2c *and seeing change in behaviour between 1.18 and 1.20+ wrt client_header_timeout configuration. We suspect change https://github.com/nginx/nginx/commit/0f5d0c5798eacb60407bcf0a76fc0b2c39e356bb causing this