commit | 126eee0fcf850b2b3b8f176398aef4fcabeae137 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Wed Nov 10 15:10:00 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Nov 15 15:13:09 2021 +0100 |
tree | 6c0e3005c14ffad36214f0342f03f4d897128d24 | |
parent | 68a5fa373ead9552c470e14615001653f94dc7ee [diff] |
BUG/MINOR: mworker: doesn't launch the program postparser When in wait mode, the mworker-prog postparser is launched, but unfortunately the child structure doesn't contain all required information to be able to launch the test. This test is only required when doing a configuration parsing. Must be backported as far as 2.0. (cherry picked from commit 5f47b2e28050066254397873401d3f087ecef1c1) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>