mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-16 04:22:07 +01:00
To detect that a server is full, its served variable is used. That variable, however, is in a very busy cache line, and it can be costly to access it. So instead, introduce a new variable, in a different cache line, server_full, that indicates if the server is full.