Skip to content

Fix framing in OkHttp transport#2155

Merged
bsideup merged 1 commit intomasterfrom
fix_okhttp_framing
Dec 14, 2019
Merged

Fix framing in OkHttp transport#2155
bsideup merged 1 commit intomasterfrom
fix_okhttp_framing

Conversation

@bsideup
Copy link
Copy Markdown
Member

@bsideup bsideup commented Dec 6, 2019

we were skipping first 8 bytes in case of a RAW stream

we were skipping first 8 bytes in case of a RAW stream
@bsideup bsideup added this to the next milestone Dec 6, 2019
@bsideup bsideup requested a review from a team December 6, 2019 11:21
@bsideup bsideup requested review from kiview and rnorth as code owners December 6, 2019 11:21
@bsideup
Copy link
Copy Markdown
Member Author

bsideup commented Dec 6, 2019

Copy link
Copy Markdown
Member

@rnorth rnorth left a comment

Choose a reason for hiding this comment

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

This makes sense to me, and I can see that it fixes a possible bug in the raw stream handling.

Are there any bug repro tests we could introduce? As we're backporting to docker-java, perhaps the test would belongs there anyway.

@bsideup bsideup merged commit 6e1d211 into master Dec 14, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix_okhttp_framing branch December 14, 2019 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants