mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-02 21:51:12 +01:00
With the arrival of SSL, the "bind" keyword has received even more options, all of which are processed in cfgparse in a cumbersome way. So it's time to let modules register their own bind options. This is done very similarly to the ACLs with a small difference in that we make the difference between an unknown option and a known, unimplemented option.