commit | 0aa4130d6545ced3ad396f9a904fd6f579df291d | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Thu Jul 29 09:45:48 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Jul 29 15:40:45 2021 +0200 |
tree | eb8ba75aff21901c1344aec21aecccd01974c6db | |
parent | df9caeb9aeb11038e6dd2c6cf24c7d6921ee5b3a [diff] |
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.