MEDIUM: connections: Don't use a lock when moving connections to remove.
authorOlivier Houchard <cognet@ci0.org>
Mon, 29 Jun 2020 18:15:59 +0000 (20:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 1 Jul 2020 15:09:19 +0000 (17:09 +0200)
commitff1d0929b820cf4c87f183ecd985f763f088d425
tree937c389a3a30792edcd9730aee91aa95db12ae36
parentf8f4c2ef6039a7607e82df9c6d5e5916ff694173
MEDIUM: connections: Don't use a lock when moving connections to remove.

Make it so we don't have to take a lock while moving a connection from
the idle list to the toremove_list by taking advantage of the MT_LIST.
include/haproxy/connection.h
src/server.c