BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries.
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 12 Nov 2020 18:53:11 +0000 (19:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 Nov 2020 05:04:08 +0000 (06:04 +0100)
commitf9e51beec118f1bbd558ed689fdad35046160529
tree56bfae2b8729fc31e69363d9c0b3a1c779eda5ee
parentd865935f3212f994d8868200d9a84315dbce1518
BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries.

If we could not decode the ID of a dictionary entry from a peer update message,
we must inform the remote peer about such an error as this is done for
any other decoding error.
src/peers.c