Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pd): specific error msg for auto https
Adding a specific error message for a failure mode of `pd` when using `--grpc-auto-https`: if run as a normal user, the bind to 443 will fail. That's OK, but state clearly what operation failed. Without this change, the error message is simply "Permission denied", with no mention of the attempted bind on 443.
- Loading branch information