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
currently only CLIENT_COMPRESS capability flag is supported ( inflate/deflate - https://www.rfc-editor.org/rfc/rfc1951.html )
CLIENT_COMPRESS
when server sends CLIENT_ZSTD_COMPRESSION_ALGORITHM (1UL << 26) the client may elect to accept it
CLIENT_ZSTD_COMPRESSION_ALGORITHM
http://facebook.github.io/zstd/
https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_basic_compression.html https://dev.mysql.com/doc/dev/mysql-server/latest/group__group__cs__capabilities__flags.html
looks like not in the node core, and most packages are compiled binary. have as optional dependency and accept if installed?
https://github.com/mongodb-js/zstd
The text was updated successfully, but these errors were encountered:
Note that "Protocol::HandshakeResponse41" gets an extra field if CLIENT_ZSTD_COMPRESSION_ALGORITHM is set for the zstd_compression_level.
zstd_compression_level
Sorry, something went wrong.
No branches or pull requests
currently only
CLIENT_COMPRESS
capability flag is supported ( inflate/deflate - https://www.rfc-editor.org/rfc/rfc1951.html )when server sends
CLIENT_ZSTD_COMPRESSION_ALGORITHM
(1UL << 26) the client may elect to accept ithttp://facebook.github.io/zstd/
https://dev.mysql.com/doc/dev/mysql-server/latest/page_protocol_basic_compression.html
https://dev.mysql.com/doc/dev/mysql-server/latest/group__group__cs__capabilities__flags.html
looks like not in the node core, and most packages are compiled binary.
have as optional dependency and accept if installed?
https://github.com/mongodb-js/zstd
The text was updated successfully, but these errors were encountered: