MEDIUM: queue: determine in process_srv_queue() if the proxy is usable (v2)
authorWilly Tarreau <w@1wt.eu>
Fri, 18 Jun 2021 17:45:17 +0000 (19:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Jun 2021 08:52:31 +0000 (10:52 +0200)
commita0e9c55ab1b13b721d8645ac5897873ce63f5056
tree6ba499284a9073f1baf5778bf42722ac5a404def
parent9ab78293bfc76a35e0d8ad02c4b777b6ede666f9
MEDIUM: queue: determine in process_srv_queue() if the proxy is usable (v2)

By doing so we can move some evaluations outside of the lock and the
loop.
src/queue.c