MEDIUM: threads/queue: Make queues thread-safe
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 27 Jun 2017 13:43:53 +0000 (15:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 12:58:32 +0000 (13:58 +0100)
commit8ba59148aec9992943907a137688e8397da2edfa
tree6edf6ca9469688a757ae161c27df8f16120b6260
parent821bb9beaa40b4793ad4617fdf4fdab5ad4a4c7b
MEDIUM: threads/queue: Make queues thread-safe

The list of pending connections are now protected using the proxy or server
lock, depending on the context.
src/queue.c