MINOR: connection: Add a connection error code sample fetch for backend side
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Wed, 1 Sep 2021 13:52:15 +0000 (15:52 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 1 Sep 2021 20:55:54 +0000 (22:55 +0200)
commit942c16722916b556ec2bf9b1e44c315502a47134
treecfbda35173806b12ba7b348f8f5ece8eea94b569
parent163cdeba3726f132a264e996be554243ff80ec9d
MINOR: connection: Add a connection error code sample fetch for backend side

The bc_conn_err and bc_conn_err_str sample fetches give the status of
the connection on the backend side. The error codes and error messages
are the same than the ones that can be raised by the fc_conn_err fetch.
doc/configuration.txt
src/connection.c