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)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Nov 2020 15:33:18 +0000 (16:33 +0100)
commitcd24d5cfbe58bf2b25a76d077a0923053cbf7838
tree566b5a7d53b9f77ae23d614b98821e16579df69f
parent8f347381bb1380dd8ecf1d56f015a8188af42052
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.

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