commit | 9a0f8ba837aaa5ba8acfa21354b71818cdb87901 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Tue Jan 24 23:59:32 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jan 25 15:30:49 2023 +0100 |
tree | d906b632dfb2ab9b33c041174a2dd7c2de4b2075 | |
parent | 083b2306995ff81858aa69563493664ded76f5cd [diff] |
MINOR: connection: add a BUG_ON() to detect destroying connection in idle list Add a BUG_ON() in conn_free(), to check that when we're freeing a connection, it is not still in the idle connections tree, otherwise the next thread that will try to use it will probably crash.