Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "status: fix/improve status handling (#6662)" #6673

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

dfawley
Copy link
Member

@dfawley dfawley commented Oct 2, 2023

This reverts commit 0772ed7 (by re-applying #6662).

It does not, however, enforce that a status code sent or received is within the acceptable range (1-16) and convert to Unknown if it is not. Other values can be used, though they shouldn't, and we reserve the right to change this behavior in the future. See https://github.com/grpc/grpc/blob/master/doc/statuscodes.md for more details.

RELEASE NOTES: none

@dfawley dfawley added this to the 1.59 Release milestone Oct 2, 2023
@dfawley dfawley requested a review from ginayeh October 2, 2023 18:36
@dfawley dfawley merged commit 9e1fc3e into grpc:master Oct 2, 2023
11 checks passed
@dfawley dfawley deleted the statusrb branch October 2, 2023 19:52
dfawley added a commit to dfawley/grpc-go that referenced this pull request Oct 2, 2023
dfawley added a commit to dfawley/grpc-go that referenced this pull request Oct 4, 2023
This reverts commit 9e1fc3e.

It removes the part of the commit that forces status codes out of range to be
converted to UNKNOWN, however.
dfawley added a commit to dfawley/grpc-go that referenced this pull request Oct 4, 2023
This reverts commit 9e1fc3e.

It removes the part of the commit that forces status codes out of range to be
converted to UNKNOWN, however.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants