mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-05 00:41:02 +01:00
Now we're creating statically allocated registrations instead of passing all the parameters and allocating them on the fly. Not only this is simpler to extend (we're limited in number of INITCALL args), but it also leaves all of these in the data segment where they are easier to find when debugging.