]> git.kaiwu.me - haproxy.git/commit
CLEANUP: connections/deinit: destroy the idle_conns tasks
authorWilly Tarreau <w@1wt.eu>
Wed, 27 Apr 2022 16:53:07 +0000 (18:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 Apr 2022 16:54:08 +0000 (18:54 +0200)
commitfaafe4bf163fc7cc1ba4ec370f46b7f44c371a1f
tree0532ee27c124dba33fa3ae1b6810dacf9bfabd9a
parente01b08db6ab8e353e49c74e8ff27e4052b6a7a84
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.
src/connection.c