-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Servers should send RST_STREAM(NO_ERROR) after trailers if client is not half-closed #2162
Labels
Milestone
Comments
@ericgribkoff, was this resolved? |
My changes only applied to the client-side, so I believe this issue remains on the server. |
filed an issue on netty |
This came up again in #5443. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The HTTP/2 spec calls out this case specifically saying that servers MAY send the RST_STREAM. For gRPC, we are going to consider it more of a SHOULD, although clients still have to assume it is a MAY because intermediaries may in be play.
The text was updated successfully, but these errors were encountered: