MINOR: spoe/checks: Add support for SPOP health checks
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 7 Nov 2016 20:07:38 +0000 (21:07 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Nov 2016 21:57:02 +0000 (22:57 +0100)
commitba7bc164f740002b5f4536af8408cd8b42156d97
tree9e2401df4013eb2ea1ce6f8a9ab093bcb5b7c46d
parent010fdedc37d2c32e0ecc4dbefb06f4abf257f9d3
MINOR: spoe/checks: Add support for SPOP health checks

A new "option spop-check" statement has been added to enable server health
checks based on SPOP HELLO handshake. SPOP is the protocol used by SPOE filters
to talk to servers.
contrib/spoa_example/spoa.c
doc/SPOE.txt
doc/configuration.txt
include/proto/checks.h
include/types/proxy.h
src/cfgparse.c
src/checks.c
src/flt_spoe.c