commit | 5b74f99383692308d9827e45a723b373cd444c55 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 26 19:02:07 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 13 09:43:38 2023 +0100 |
tree | f575f634d69e9ebc54f21b136afae91e316581dc | |
parent | b3ef9c392e9487eca373366f265c2b86f4d3f30b [diff] |
BUG/MINOR: http-ana: Fix condition to set LAST termination flag We should not report LAST data in log if the response is in TUNNEL mode on client close/timeout because there is no way to be sure it is the last data. It means, it can only be reported in DONE, CLOSING or CLOSE states. No backport needed.