commit | faafe4bf163fc7cc1ba4ec370f46b7f44c371a1f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Apr 27 18:53:07 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 27 18:54:08 2022 +0200 |
tree | 0532ee27c124dba33fa3ae1b6810dacf9bfabd9a | |
parent | e01b08db6ab8e353e49c74e8ff27e4052b6a7a84 [diff] |
CLEANUP: connections/deinit: destroy the idle_conns tasks This adds a deinit_idle_conns() function that's called on deinit to release the per-thread idle connection management tasks. The global task was already taken care of.