]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: checks: Refresh the conn-stream and the connection after a connect
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 26 May 2020 09:14:50 +0000 (11:14 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 26 May 2020 11:36:30 +0000 (13:36 +0200)
commit3cbdd22df5534959e2b94615815760d3c2ab6230
tree0a08895c0838d53ebbcb915ca30048cf4b72837d
parent80f59e5db1590cf558d292a6c9ffdca8f2bd3f41
BUG/MEDIUM: checks: Refresh the conn-stream and the connection after a connect

When a connect rule is evaluated, the conn-stream and the connection must be
refreshed in tcpcheck_main(). Otherwise, in case of synchronous connect, these
variables point on outdated values (NULL for the first connect or released
otherwise).

No backport needed.
src/checks.c