Hello! I am using haproxy-1.5.22.
In a single backend I have servers with different weight configured: 16, 24, 32 (proportional to the number of CPU cores). Most of the time they respond very fast. When I use balance leastconn, I see in the stats web interface that they all receive approximately equal number of connections (Sessions->Total). Shouldn't leastconn algorithm also honor weights of each backend (to pick a backend with minimal Connections/weight value)? Thanks.

