NGINX Reverse Proxy : Many html status code 400 responses, why?

后端 未结 3 1400
滥情空心
滥情空心 2021-02-04 10:34

We have recently implemented a nginx based reverse proxy.

While, debugging our access logs, we are seeing quite a bit of status code 400 results.

They look somet

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-04 11:29

    I found this was caused by using Chrome, which apparently opens extra connections occasionally without sending any data.

    Here's some more info: http://www.ruby-forum.com/topic/2953545

    Now the question is what to do about them - the answer provided there wasn't very satisfying.

提交回复
热议问题