Description
Adds per-message DEFLATE compression support for WebSocket connections in Ruby. It is useful for real-time applications that send repeated or text-heavy messages and want to reduce bandwidth.
Compression over interactive protocols can affect memory use and security. Set limits, test decompression failures, and avoid compressing secrets with attacker-controlled data.