We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement zlib-stream transport compression which compresses everything and therefore is more effective.
zlib-stream
The text was updated successfully, but these errors were encountered:
I run into the same issue when writing my library, I have uploaded my fix as a small crate. I hope this helps :) https://crates.io/crates/zlib_stream
I recommend using a buffer-factor of 3-4 instead of the default buffer size.
Sorry, something went wrong.
Support for transport compression
c8d1d01
This is a revive of serenity-rs#733 Closes serenity-rs#693
This is still relevant as the implementation done in #1508 got reverted since it caused #1511.
No branches or pull requests
Implement
zlib-stream
transport compression which compresses everything and therefore is more effective.The text was updated successfully, but these errors were encountered: