commit | 7f1bc31feec82e7fde40bdff8902c2acf7fa2b3a | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Tue Jan 22 16:11:03 2019 +0100 |
committer | Olivier Houchard <cognet@ci0.org> | Tue Feb 26 18:17:32 2019 +0100 |
tree | 9982bbbc4423808fb93a3def58ed48fda7f966b0 | |
parent | a8434ec14612d9a04e50e1c51e58f663dad46e96 [diff] |
MEDIUM: servers: Used a locked list for idle_orphan_conns. Use the locked macros when manipulating idle_orphan_conns, so that other threads can remove elements from it. It will be useful later to avoid having a task per server and per thread to cleanup the orphan list.