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)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Aug 2021 14:52:51 +0000 (16:52 +0200)
commit58c8cb72dfc03ceb4bdd9c94de5e3668a83ba8b9
treeb4b3cedb02f9e84df4b95d798102e9856c57bc46
parent404e927afd9e898d010a15c7f4f98977cf98acd7
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.

(cherry picked from commit 0aa4130d6545ced3ad396f9a904fd6f579df291d)
Signed-off-by: Willy Tarreau <w@1wt.eu>
(cherry picked from commit abc2d3c4268d9a4fcf2393b2502f207f400ac29b)
Signed-off-by: Willy Tarreau <w@1wt.eu>
include/haproxy/connection.h