mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-10-30 16:11:01 +01:00
The SPOP health-checks are now performed using the SPOP multiplexer. This will be fixed later, but for now, it is considered as a L4 health-check and no specific status code is reported. It means the corresponding vtest script is marked as broken for now. Functionnaly speaking, the same is performed. A connection is opened, a HELLO frame is sent to the agent and we wait for the HELLO frame from the agent in reply. But only L4OK, L4KO or L4TOUT will be reported. The related issue is #2502.