]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: make chk_report_conn_err() take a check, not a connection
authorWilly Tarreau <w@1wt.eu>
Wed, 4 Oct 2017 12:47:29 +0000 (14:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Oct 2017 12:47:29 +0000 (14:47 +0200)
commitb5259bf44f7b95174c1daa38e9dfd49f66e6ac01
tree18f432bc17081f67875bc60a8b63e3ec61f66b6f
parenta1a247bd90248f92005b3a456b0ccabc11efe602
MINOR: checks: make chk_report_conn_err() take a check, not a connection

Amazingly, this function takes a connection to report an error and is used
by process checks, placing a hard dependency between the connection and the
check preventing the mux from being completely implemented. Let's first get
rid of this.
src/checks.c