mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-20 13:13:41 +02:00
This function is called twice per request, and does almost always nothing. Better use an inline version to avoid entering it when we can. About 0.5% additional performance was gained this way.