commit | 36e46aa28ca902ffa3eae93a23208da7c3bc09d7 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 28 11:45:05 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 28 16:17:59 2021 +0200 |
tree | 3d2f627b22e138a91bd3d31f4200f0d7f99351a5 | |
parent | a015b3ec8b2fa37ad493d33ddda4afba81ea3906 [diff] |
MINOR: mux-h1: Set error code if possible when MUX_EXIT_STATUS is returned In h1_ctl(), if output parameter is provided when MUX_EXIT_STATUS is returned, it is used to set the error code. In addition, any client errors (4xx), except for 408 ones, are handled as invalid errors (MUX_ES_INVALID_ERR). This way, it will be possible to customize the parsing error code for request messages.