commit | b65af26e19a549792ec01608fbcf54b59656f92a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 05 11:01:56 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 17 14:33:15 2022 +0100 |
tree | 1eff0942d4363b0355d6beba3e2c16d18990392a | |
parent | 31da34d1e7197c54e37bbd360bc9ebb329ce933a [diff] |
MEDIUM: mux-pt: Don't always set a final error on SE on the sending path SE_FL_ERROR must be set on the SE descriptor only if EOS was already reported. So call se_fl_set_error() function to properly the ERR_PENDING/ERROR flags. It is not really a bug because the mux-pt is really simple. But it is better to do it now the right way.