commit | d861dc9b48789f9c6c7f092d1a3114695cfbbe0d | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Mon Feb 06 18:50:51 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 23 15:05:05 2023 +0100 |
tree | 9d99605142052da85599c39bcf27917e6c5735c2 | |
parent | 2bf99123ef88c0a7af5ddd1cdc581f5d80b75b0b [diff] |
BUG/MINOR: proto_ux: report correct error when bind_listener fails In uxst_bind_listener() and uxdg_bind_listener(), when the function fails because the listener is not bound, both function are setting the error message but don't set the err status before returning. Because of this, such error is not properly handled by the upper functions. Making sure this error is properly catched by returning a composition of ERR_FATAL and ERR_ALERT. This could be backported up to 2.4.