commit | b33a0abc0b4c64118f7b21f314b5783197ade895 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Jul 29 15:51:45 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Aug 06 11:09:48 2021 +0200 |
tree | 5cf86e9df801687d5dd443c6b745b11bbc460523 | |
parent | d6b7080cecee3450bbad8fbd5d9b100be0a2d13d [diff] |
MEDIUM: check: implement check deletion for dynamic servers Implement a mechanism to free a started check on runtime for dynamic servers. A new function check_purge is created for this. The check task will be marked for deletion and scheduled to properly close connection elements and free the task/tasklet/buf_wait elements. This function will be useful to delete a dynamic server wich checks.