haproxy/include
Christopher Faulet c16929658f MINOR: config: Support per-proxy and per-server post-check functions callbacks
Most of times, when a keyword is added in proxy section or on the server line,
we need to have a post-parser callback to check the config validity for the
proxy or the server which uses this keyword.

It is possible to register a global post-parser callback. But all these
callbacks need to loop on the proxies and servers to do their job. It is neither
handy nor efficient. Instead, it is now possible to register per-proxy and
per-server post-check callbacks.
2019-09-17 10:18:54 +02:00
..
common MINOR: htx: Add a flag on HTX message to report processing errors 2019-09-17 10:18:54 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto BUG/MEDIUM: connection: don't keep more idle connections than ever needed 2019-09-08 09:30:50 +02:00
types MINOR: config: Support per-proxy and per-server post-check functions callbacks 2019-09-17 10:18:54 +02:00