commit | 368936703a0ce121bb3a89dd110542f6c1ba5e5a | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 10 09:52:07 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 10 16:25:42 2021 +0100 |
tree | c77bf76e4fefa9264f81ba633650d076533ebc0f | |
parent | 337243235ffc0ec46fb6975ea6eb2e9dd2dfd0a3 [diff] |
MINOR: mux-h1: Be sure EOM flag is set when processing end of outgoing message When a message is sent, an extra check is performed when the parser is switch to MSG_DONE state to be sure the EOM flag is really set. This flag is quite new and replaces the EOM block. Thus, this test is a safeguard waiting for a proper refactoring of the outgoing side.