]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: mworker: wait again for signals when execvp fail
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 15 Nov 2017 18:02:56 +0000 (19:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 15 Nov 2017 18:52:06 +0000 (19:52 +0100)
commit2f8b31c2c6e8cb4a15b57796e252226b3154c1bb
tree66e3482f3d2e85455894e07ded729f3d0092c5f2
parent722d4ca0dd66aadf297b43296456289ef3b0f9da
BUG/MEDIUM: mworker: wait again for signals when execvp fail

After execvp fails, the signals were ignored, preventing to try a reload
again. It is now fixed by reaching the top of the mworker_wait()
function once the execvp failed.
src/haproxy.c