Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make ServerOption panic messages more clear. (#1194)
ServerOption panics when fields that have been manually set are subsequently set again. The message verbiage of `X has been set` is unclear since `has been set` without an adverb like `already` does not correctly convey that the fields are set-once and were previously set. At the worst, the original verbiage `X has been set` could imply that the new value would have been acceptable but another error occurred. We discovered this while conducting a code survey for implementing extensible stubs and uniform inbound interception API.
- Loading branch information