mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-02-10 03:41:24 +01:00
No idea why this was put inlined into connection.h, it's used only once for haproxy -vv, and requires tools.h, causing an undesired dependency from connection.h. Let's move it to connection.c instead where it ought to have been.