BUG/MINOR: connection: Add missing error labels to conn_err_code_str
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Thu, 29 Jul 2021 07:45:48 +0000 (09:45 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 29 Jul 2021 13:40:45 +0000 (15:40 +0200)
commit0aa4130d6545ced3ad396f9a904fd6f579df291d
treeeb8ba75aff21901c1344aec21aecccd01974c6db
parentdf9caeb9aeb11038e6dd2c6cf24c7d6921ee5b3a
BUG/MINOR: connection: Add missing error labels to conn_err_code_str

The CO_ER_SSL_EARLY_FAILED and CO_ER_CIP_TIMEOUT connection error codes
were missing in the conn_err_code_str switch which converts the error
codes into string.

This patch can be backported on all stable branches.
include/haproxy/connection.h