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)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 28 Apr 2021 12:56:43 +0000 (14:56 +0200)
commitcd0a30e441faa7d2c6d71f9541d092140f04e6ef
treecb213c121478e77da41ec23a5858cbc5ffa78d61
parent21680f6d9311339193220eb0d85aac79969fad4f
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 )

(cherry picked from commit cc9cce9351c2d64476dbe2f35c43cde8a3f97ebe)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/peers.c