CLEANUP: connection: properly name the CO_ER_SSL_FATAL enum entry
authorWilly Tarreau <w@1wt.eu>
Tue, 5 Nov 2024 17:05:58 +0000 (18:05 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 6 Nov 2024 14:53:56 +0000 (15:53 +0100)
commitc91c678b1279e7101ca99288f262b485a901d0b4
tree06687adea0f8147c455b3b060731a2e1e7abf130
parent79abc125398785b65a2856b34c981d43cb25c64c
CLEANUP: connection: properly name the CO_ER_SSL_FATAL enum entry

It was the only one prefixed with "CO_ERR_", making it harder to batch
process and to look up. It was added in 2.5 by commit 61944f7a73 ("MINOR:
ssl: Set connection error code in case of SSL read or write fatal failure")
so it can be backported as far as 2.6 if needed to help integrate other
patches.

(cherry picked from commit 393957908bf492ff6660fba239106f0da7988fe8)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/connection-t.h
src/connection.c
src/ssl_sock.c