Skip to content
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

Unary requests always send an empty DATA frame with EOS=true to close stream #10

Closed
louiscryan opened this issue Jan 8, 2015 · 0 comments · Fixed by #34
Closed

Unary requests always send an empty DATA frame with EOS=true to close stream #10

louiscryan opened this issue Jan 8, 2015 · 0 comments · Fixed by #34

Comments

@louiscryan
Copy link
Contributor

This is a performance issue. We should be able to set EOS=true on the DATA frame with the request payload rather than having to always write N+1 DATA frames. Likely fix is in frame interfaces.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants