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

Re #26: Fixed bug caused by Snappy class from Netty being able to com… #27

Merged
merged 1 commit into from
Jan 31, 2021

Conversation

tkowalcz
Copy link
Owner

…press max 32kb of data. Now it is called multiple times but since it appends uncompressed data size at the beginning I had to copy the class contents and remove that (we only need it once).

Also streamlined dependency on netty-all.

…press max 32kb of data. Now it is called multiple times but since it appends uncompressed data size at the beginning I had to copy the class contents and remove that (we only need it once).

Also streamlined dependency on netty-all.
@tkowalcz tkowalcz merged commit a827bc2 into master Jan 31, 2021
@tkowalcz tkowalcz deleted the 26-snappy-32k-bug branch January 31, 2021 12:23
@tkowalcz tkowalcz linked an issue Jan 31, 2021 that may be closed by this pull request
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.

Fix bug cuased by Snappy from Netty only able to compress 32kb of data
1 participant