commit | a015b3ec8b2fa37ad493d33ddda4afba81ea3906 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 28 11:36:28 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 28 13:52:25 2021 +0200 |
tree | 51e560fccc419e7d2daf5021b3cbe57ff5ea5030 | |
parent | 2d5d4e0c3efa569c19aff66701013e9c20e19979 [diff] |
MINOR: log: Try to get the status code when MUX_EXIT_STATUS is retrieved The mux .ctl callback can provide some information about the mux to the caller if the third parameter is provided. Thus, when MUX_EXIT_STATUS is retrieved, a pointer on the status is now passed. The mux may fill it. It will be pretty handy to provide custom error code from h1 mux instead of default ones (400/408/500/501).