commit | 3cbdd22df5534959e2b94615815760d3c2ab6230 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue May 26 11:14:50 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 26 13:36:30 2020 +0200 |
tree | 0a08895c0838d53ebbcb915ca30048cf4b72837d | |
parent | 80f59e5db1590cf558d292a6c9ffdca8f2bd3f41 [diff] |
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.