commit | 142dd33912baf19c96892a204347e4a65943ea48 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Dec 07 11:24:37 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 21 15:21:12 2021 +0100 |
tree | f63ec3b851187bc0f34e531ddd595f184922b1c0 | |
parent | e095f31d362ab562dcf45eebbdfbe861f2311c08 [diff] |
MINOR: muxes: Add exit status for errors about not implemented features The MUX_ES_NOTIMPL_ERR exit status is added to allow the multiplexers to report errors about not implemented features. This will be used by the H1 mux to return 501-not-implemented errors.