]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: Be sure EOM flag is set when processing end of outgoing message
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 10 Feb 2021 08:52:07 +0000 (09:52 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 10 Feb 2021 15:25:42 +0000 (16:25 +0100)
commit368936703a0ce121bb3a89dd110542f6c1ba5e5a
treec77bf76e4fefa9264f81ba633650d076533ebc0f
parent337243235ffc0ec46fb6975ea6eb2e9dd2dfd0a3
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.
src/mux_h1.c