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

Log compression and fix compression header bug #402

Merged
merged 3 commits into from Jul 23, 2019

Conversation

JamesNK
Copy link
Member

@JamesNK JamesNK commented Jul 20, 2019

No description provided.

@JamesNK
Copy link
Member Author

JamesNK commented Jul 20, 2019

Also includes #398

var compressionStream = compressionProvider.CreateDecompressionStream(new MemoryStream(messageData));
compressionStream.CopyTo(output);

result = output.ToArray();
Copy link
Contributor

Choose a reason for hiding this comment

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

😢

@JamesNK JamesNK merged commit 2223ea8 into grpc:master Jul 23, 2019
@JamesNK JamesNK deleted the jamesnk/more-logging branch July 23, 2019 20:58
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.

None yet

3 participants