mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-10 11:21:25 +01:00
This patch changes the behavior of the master during the exit of a worker. When a worker exits with an error code, for example in the case of a segfault, all workers are now killed and the master leaves. If you don't want this behavior you can use the option "master-worker no-exit-on-failure".