mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-04 05:21:21 +02:00
This is already the case as all names are constant so that's fine. If it would ever change, it's not very hard to just replace it in-situ via an strdup() and set a flag to mention that it's dynamically allocated. We just don't need this right now. One immediately visible effect is in "show pools detailed" where the names are no longer truncated.