HAProxy logs show excessive number incoming connections with limited number of clients connect to HAProxy

Hi Team,

We have a use case multiple clients connect to HAProxy where HAProxy acts as load balancer for back-end services.
can anyone help to understand this issue. HAProxy log shows as below in different time frames :
haproxy: incoming:::ffff:xx.xx.x.xx:port backend:processA connecting-server:default/127.0.0.1 connecting-through:127.0.0.1:random-port, wait-time:1 connect-time:0 total-incoming:693 total-outgoing:1 total-to-server:1

haproxy: incoming:::ffff:xx.xx.x.xx:port backend:processA connecting-server:default/127.0.0.1 connecting-through:127.0.0.1:random-port, wait-time:3 connect-time:0 total-incoming:1696 total-outgoing:1 total-to-server:1

In real set-up : there are only few clients connect to HAproxy, but there is a significant number shows as incoming count and there is a mismatch in count of incoming, total-outgoing and total-to-server , ideally they all should be same as actual client connections. Using HAProxy version 2.2.6.
i was going through this haproxy 2.0.5 : connections stuck in close_wait state · Issue #233 · haproxy/haproxy · GitHub, something similar and can someone help what might be going wrong with this

Thanks