commit | b5259bf44f7b95174c1daa38e9dfd49f66e6ac01 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 04 14:47:29 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 04 14:47:29 2017 +0200 |
tree | 18f432bc17081f67875bc60a8b63e3ec61f66b6f | |
parent | a1a247bd90248f92005b3a456b0ccabc11efe602 [diff] |
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.