Re: Occasional "400 Bad Request" Responses from Nginx

2024-02-05 Thread Hiroaki Nakamura
Hello, 2024年2月4日(日) 19:48 Maxim Dounin : > Take a look at the tcpdump, notably the previous request before > 400 is returned: it is obviously incomplete, there is just 344 > bytes of the request body instead of 1024 bytes promised in > the headers: Ah, I missed that. Thanks for pointing it out. I

Re: Occasional "400 Bad Request" Responses from Nginx

2024-02-04 Thread Maxim Dounin
Hello! On Sun, Feb 04, 2024 at 06:33:40PM +0900, Hiroaki Nakamura wrote: > During my experimentation with Nginx's rate limit features, I > encountered an issue where Nginx occasionally sends "400 Bad Request" > responses for requests that appear to be correct. > With further investigation, I disc

Occasional "400 Bad Request" Responses from Nginx

2024-02-04 Thread Hiroaki Nakamura
Hello, During my experimentation with Nginx's rate limit features, I encountered an issue where Nginx occasionally sends "400 Bad Request" responses for requests that appear to be correct. With further investigation, I discovered that this issue also occurs even when not utilizing the rate limit f