Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG/MEDIUM: queues: Adjust the proxy counters when appropriate
In process_srv_queue(), if we manage to successfully run an extra task, don't forget to adjust the proxy's totpend and served counters accordingly. Having an inaccurate served could lead to various subtle bugs, as it is used when making load balancing decisions. This should not be backported, unless cda7275 is backported too.
- Loading branch information