You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gRPC spec does not indicate that we should be validating the HTTP/2 status if the content-type is set correctly as a gRPC status. This is to allow us to translate gRPC errors to HTTP statuses on the server side. Go should follow this behavior.