Hello I use Haproxy v1.4.24 on CentOS 5.9, with TCP mode. (My configure is nbproc 6 to use multi processes)
I found a lots of 'Errors Req' on Haproxy status page. ( /haproxy?hastat ) This page shows on Frontend section, for example.. - Sessions > Total 563,092 - Errors > Req 11,469 and this Errors count (Req) continues to grow. So, I have a question. This value (errors req) will increase when what happened? I tried to analyze by tcpdump, I found some 'RST' packet from client (mobile network). example.. ------------------------------------------- 00:09:24.071480 IP (Client IP address).51647 > (Haproxy server).http: R 652200409:652200409(0) win 0 00:09:24.029608 IP (Client IP address).63340 > (Haproxy server).http: R 2252842031:2252842031(0) win 0 ------------------------------------------- So, I have a hypothesis 'errors req count' will increase when Haproxy received 'RST' packet on TCP connection from client...? Please give me any ideas. Thanks.

