commit | db6fe694b3ed7c7683d610ecf58449949cd1782e | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Sun Jun 28 16:23:09 2020 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Sun Jun 28 16:23:09 2020 +0200 |
tree | 22b45486fe257569ba3c692dc698a333ae9d8c83 | |
parent | 4ba494ca1bee297dde82f0fde546621bb5e1ce30 [diff] |
BUG/MEDIUM: checks: Increment the server's curr_used_conns In tcpcheck_eval_connect(), if we're targetting a server, increase its curr_used_conns when creating a new connection, as the counter will be decreased later when the connection is destroyed and conn_free() is called.