Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CachePeer.cc:101 "!tcp_up" assertion after cache_peer death (#1962)
getFirstUpParent() could return a down (or otherwise disqualified) cache_peer. Broken by 2023 commit 2e24d0b. Refactored function structure to improve code quality, partially addressing "use our return/reporting style" TODO in getDefaultParent().
- Loading branch information