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 spec indicates that a 409 Conflict HTTP status code should be mapped to an aborted RPC error and 415 Unsupported Media Type should be mapped to an internal RPC error.
The client in this repo instead reports unknown RPC error for these cases.
Found by conformance tests in v1.14.0.
The text was updated successfully, but these errors were encountered:
This bug was fixed by #673, and the fix was released in v1.15.0.
Also note that the specification was subsequently revised by RFC 003, which changed the mappings for these two and several other codes. Those changes were implemented in #706 and released in v1.16.0.
The spec indicates that a 409 Conflict HTTP status code should be mapped to an
aborted
RPC error and 415 Unsupported Media Type should be mapped to aninternal
RPC error.The client in this repo instead reports
unknown
RPC error for these cases.Found by conformance tests in v1.14.0.
The text was updated successfully, but these errors were encountered: