Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(healthcheck) fail hard when initial locking_target_list failed
Since we didn't protect nil ptr of `targets` in other places in this library, error on `locking_target_list` which makes `targets` remain `nil` should be considered unrecoverable failure. See also Kong/kong#5189
- Loading branch information