commit | 390485a68d8a7cc2243351fc153df19a2d2cb743 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Tue Oct 24 19:03:30 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 25 16:01:01 2017 +0200 |
tree | 0c79cc1d42a0803e02226870822ce4ab3ce9fbca | |
parent | 31d4dbe82508e9b525ea0700a587341ba275e770 [diff] |
BUG/MINOR: checks: Don't forget to release the connection on error case. When switching the check code to a non-permanent connection, the new code forgot to free the connection if an error happened and was returned by connect_conn_chk(), leading to the check never be ran again.