commit | ef71f0194cfdaa9c201bece65e8c1ab3d16ed8a0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 21 11:54:38 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 21 12:04:53 2020 +0200 |
tree | 4985fa7c1ef0aee3c7d6fda45a0bc00fb1443ae9 | |
parent | 8e8581e242f94625340028b9006bb62a3cbfd898 [diff] |
BUG/MINOR: queue: properly report redistributed connections In commit 5cd4bbd7a ("BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management") the counter of transferred connections was accidently lost, so that when a server goes down with connections in its queue, it will always be reported that 0 connection were transferred. This should be backported as far as 1.8 since the patch above was backported there.