haproxy/include
Cyril Bonté ac92a065d7 MINOR: checks: update dynamic environment variables in external checks
commit 9ede66b0 introduced an environment variable (HAPROXY_SERVER_CURCONN) that
was supposed to be dynamically updated, but it was set only once, during its
initialization.

Most of the code provided in this previous patch has been rewritten in order to
easily update the environment variables without reallocating memory during each
check.

Now, HAPROXY_SERVER_CURCONN will contain the current number of connections on
the server at the time of the check.
2014-12-28 01:22:56 +01:00
..
common MAJOR: session: only wake up as many sessions as available buffers permit 2014-12-24 23:47:33 +01:00
import
proto MEDIUM: channel: implement a zero-copy buffer transfer 2014-12-24 23:47:33 +01:00
types MINOR: checks: update dynamic environment variables in external checks 2014-12-28 01:22:56 +01:00