MEDIUM: checks: make use of chk_report_conn_err() for connection errors
authorWilly Tarreau <w@1wt.eu>
Fri, 24 Jan 2014 15:10:57 +0000 (16:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 24 Jan 2014 15:15:04 +0000 (16:15 +0100)
commit4bd07de0870d07e5aa202841bd2e73418167a6c0
tree74fc944948755cfe6c6df66c9b4d8ec081ea6a23
parent9ce7013429fa5e8be37bf7e450c3566184c204ad
MEDIUM: checks: make use of chk_report_conn_err() for connection errors

Checks used not to precisely report the errors that were detected at the
connection layer (eg: too many SSL connections). Using chk_report_conn_err()
makes this possible.
src/checks.c