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

Fix bug cuased by Snappy from Netty only able to compress 32kb of data #26

Closed
tkowalcz opened this issue Jan 31, 2021 · 0 comments · Fixed by #27
Closed

Fix bug cuased by Snappy from Netty only able to compress 32kb of data #26

tkowalcz opened this issue Jan 31, 2021 · 0 comments · Fixed by #27
Labels
bug Something isn't working core Relates to Core component

Comments

@tkowalcz
Copy link
Owner

No description provided.

@tkowalcz tkowalcz added bug Something isn't working core Relates to Core component labels Jan 31, 2021
tkowalcz added a commit that referenced this issue Jan 31, 2021
…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 added a commit that referenced this issue Jan 31, 2021
Re #26: Fixed bug caused by Snappy class from Netty being able to com…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Relates to Core component
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant