Respect "grpc-status-details-bin" trailer on error response#51394
Respect "grpc-status-details-bin" trailer on error response#51394JamesNK merged 5 commits intodotnet:mainfrom
Conversation
|
Thanks for your PR, @alrz. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
|
Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime. |
|
@JamesNK PTAL |
|
@JamesNK for review. Thanks. |
JamesNK
left a comment
There was a problem hiding this comment.
Looks good. There are some changes required before merging. The main one is support for ServerCallContext.ResponseTrailers.
| protected override CancellationToken CancellationTokenCore => HttpContext.RequestAborted; | ||
|
|
||
| protected override Metadata ResponseTrailersCore => throw new NotImplementedException(); | ||
| protected override Metadata ResponseTrailersCore { get; } = new(); |
There was a problem hiding this comment.
Not sure if this is supposed to end up in response headers for non-binary entries.
|
Thanks! |
|
@JamesNK I'm not familar with how PRs are triaged here, could this kind of fix possibly make it to a point release? |
|
Hi @alrz. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context. |
|
No, this is a new feature. It will come in .NET 9 |
Fixes #49196