]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: fl_trace/htx: Be sure to always forward trailers and EOM
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 12 Jun 2019 14:07:48 +0000 (16:07 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Jun 2019 09:13:32 +0000 (11:13 +0200)
commit647fe1d9e1359072021c15c459f728bdc348236d
treee03883bc4b7612bb8fcc1ffb7a10e107b1cf7caa
parent3cec0f94f3464368f9e5762e6d194f1b2c66e70f
BUG/MINOR: fl_trace/htx: Be sure to always forward trailers and EOM

Previous fix about the random forwarding on the message body was not enough to
fix the bug in all cases. Among others, when there is no data but only the EOM,
we must forward everything.

This patch must be backported to 1.9 if the patch 0bdeeaacb ("BUG/MINOR:
flt_trace/htx: Only apply the random forwarding on the message body.") is also
backported.
src/flt_trace.c