Skip to content

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented Jan 22, 2015

Resolves #10

@nmittler
Copy link

@ejona86 LGTM ... feel free to cherry-pick!

@@ -308,7 +311,12 @@ public void sendPayload(ReqT payload) {
cancel();
}
}
stream.flush();
// For unary requests, we don't flush since we know that halfClose should be coming soon. This
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sensible

@codefromthecrypt
Copy link
Contributor

LGTM

@ejona86 ejona86 merged commit ada32b0 into grpc:master Jan 23, 2015
@ejona86 ejona86 deleted the optimize-unary branch January 23, 2015 01:47
@lock lock bot locked as resolved and limited conversation to collaborators Jan 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unary requests always send an empty DATA frame with EOS=true to close stream
3 participants