commit | 47bfd7b9b78c71ffa08d65f0cef475f5d2ae7b80 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Aug 11 15:46:29 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Aug 12 07:49:23 2021 +0200 |
tree | 54d624c60a597e269057e5c8ae494a332f5bdde2 | |
parent | 8c29fa7454137f655903b8b5d8c137c66f321863 [diff] |
BUG/MINOR: tcpcheck: Properly detect pending HTTP data in output buffer In tcpcheck_eval_send(), the condition to detect there are still pending data in the output buffer is buggy. Presence of raw data must be tested for TCP connection only. But a condition on the connection was missing to be sure it is not an HTX connection. This patch must be backported as far as 2.2.