commit | 0bdeeaacbbd2341a49af1b1d193a8b714e66cb69 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Jun 04 22:09:53 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jun 05 10:12:11 2019 +0200 |
tree | 1b942cdae6804f484e19f2d595fffbc6fe5d302f | |
parent | c31872fc04730696e9c686e8a6a50933344a8c10 [diff] |
BUG/MINOR: flt_trace/htx: Only apply the random forwarding on the message body. In the function trace_http_payload(), when the random forwarding is enabled, only blocks of type HTX_BLK_DATA must be considered. Because other blocks must be forwarding in one time. This patch must be backported to 1.9. But it will have to be adapted. Because several changes on the HTX in the 2.0 are missing in the 1.9.