]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connection: rename fc_conn_err and bc_conn_err to fc_err and bc_err
authorWilly Tarreau <w@1wt.eu>
Fri, 5 Nov 2021 16:07:03 +0000 (17:07 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 6 Nov 2021 08:20:07 +0000 (09:20 +0100)
commit6f7497616e8990ec8876657bf953330c0df1d709
tree936faa12b62a4a9d477130729c55d76b0ba583e5
parent44d34bfbe7a4f8eae81dc915f59338c36ce9a168
MEDIUM: connection: rename fc_conn_err and bc_conn_err to fc_err and bc_err

Commit 3d2093af9 ("MINOR: connection: Add a connection error code sample
fetch") added these convenient sample-fetch functions but it appears that
due to a misunderstanding the redundant "conn" part was kept in their
name, causing confusion, since "fc" already stands for "front connection".

Let's simply call them "fc_err" and "bc_err" to match all other related
ones before they appear in a final release. The VTC they appeared in were
also updated, and the alpha sort in the keywords table updated.

Cc: William Lallemand <wlallemand@haproxy.org>
doc/configuration.txt
include/haproxy/connection-t.h
reg-tests/ssl/ssl_errors.vtc
src/connection.c
src/log.c