BUG/MEDIUM: peers: reset commitupdate value in new conns
authorEmeric Brun <ebrun@haproxy.com>
Tue, 23 Feb 2021 16:08:08 +0000 (17:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 28 Apr 2021 12:23:10 +0000 (14:23 +0200)
commitcc9cce9351c2d64476dbe2f35c43cde8a3f97ebe
treee9292c4f34e3ae04563c91e2e3bd062cf5f78f5e
parentd9729da98262f2136ad4eac44c3ec2f710cb4a49
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 )
src/peers.c