aboutsummaryrefslogtreecommitdiffstats
path: root/test/handlers/ws_deflate_opts_h.erl
AgeCommit message (Collapse)Author
2018-11-12Add deflate options for Websocket compressionLoïc Hoguin
They allow the server to configure what it is willing to accept for both the negotiated configuration (takeover and window bits) and the other zlib options (level, mem_level and strategy). This can be used to reduce the memory and/or CPU footprint of the compressed data, which comes with a cost in compression ratio.