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
websockets crashes when the remote endpoint requests a window size of 8 bits.
This is a side effect of a change in zlib. It's described here: madler/zlib#171
This isn't an issue in practice because no one requests such a small window size (except autobahn testsuite).
The text was updated successfully, but these errors were encountered:
The minimum value supported by Python's zlib module changed stealthily from 8 to 9 in python/cpython@0fdf41d
Sorry, something went wrong.
Based on madler/zlib#87 (comment), I'm going to ignore this issue and hope for the best (at least until someone complains).
No branches or pull requests
websockets crashes when the remote endpoint requests a window size of 8 bits.
This is a side effect of a change in zlib. It's described here: madler/zlib#171
This isn't an issue in practice because no one requests such a small window size (except autobahn testsuite).
The text was updated successfully, but these errors were encountered: