Skip to content

Client should send RST_STREAM when it receives nonzero grpc-status #8585

@muxi

Description

@muxi

When the gRPC server sends a non-zero grpc-status to actively ends a call without sending a following RST_STREAM, the gRPC client should 1) closes its write stream and 2) sends out RST_STREAM. Current behavior of gRPC does not have these two actions, causing gRPC client to hang.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions