Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around some mgr:forward accounting/reporting bugs (#1969)
In modern code, FwdReplyCodes[0][i] is usually zero because n_tries is usually at least one at logReplyStatus() call time. This leads to mgr:forward report showing nothing but table heading (i.e. no stats). Also improve `try#N` heading/data match by skipping FwdReplyCodes[0] reporting (there is still no `try#0` heading) and adding a previously missing `try#9` heading.
- Loading branch information