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

Use OkBuffer in SpdyStream. #526

Merged
merged 1 commit into from
Feb 12, 2014
Merged

Conversation

swankjesse
Copy link
Collaborator

No description provided.

@@ -187,7 +187,7 @@ private void readData(Handler handler, short length, byte flags, int streamId)
throws IOException {
boolean inFinished = (flags & FLAG_END_STREAM) != 0;
// TODO: checkState open or half-closed (local) or raise STREAM_CLOSED
handler.data(inFinished, streamId, source.inputStream(), length);
handler.data(inFinished, streamId, source, length);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Now we're passing a Source into SpdyStream...

Choose a reason for hiding this comment

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

getting real!

@codefromthecrypt
Copy link

tested locally with okcurl. ignoring build fail as it is not related to this change.

LG feel free to merge w/ or w/o editorial changes

swankjesse added a commit that referenced this pull request Feb 12, 2014
@swankjesse swankjesse merged commit 8720ab4 into master Feb 12, 2014
@swankjesse swankjesse deleted the jwilson_0212_okbuffer_in_spdystream branch February 14, 2014 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants