MINOR: queue: update proxy->served once out of the loop
authorWilly Tarreau <w@1wt.eu>
Fri, 18 Jun 2021 16:58:07 +0000 (18:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Jun 2021 16:37:45 +0000 (18:37 +0200)
commit3e92a31783b545dd58c4be6c588808763e0042bc
treea5e4a7b8e6f688ac06954f4ec73e7cc85c056322
parent5304669e1b1a213d2754755a47735ecd5549ce7b
MINOR: queue: update proxy->served once out of the loop

It's not needed during all these operations and doesn't even affect
queueing in the LB algo, so we can safely update it out of the loop
and the lock.
src/queue.c