commit | cc9cce9351c2d64476dbe2f35c43cde8a3f97ebe | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Tue Feb 23 17:08:08 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 28 14:23:10 2021 +0200 |
tree | e9292c4f34e3ae04563c91e2e3bd062cf5f78f5e | |
parent | d9729da98262f2136ad4eac44c3ec2f710cb4a49 [diff] |
BUG/MEDIUM: peers: reset commitupdate value in new conns The commitupdate value of the table is used to check if the update is still pending for a push for all peers. To be sure to not miss a push we reset it just after a handshake success. This patch should be backported on all supported branches ( >= 1.6 )