websocket
websocket copied to clipboard
Replace flate with the flate pool from fasthttp
Fast HTTP is using well-optimized https://github.com/klauspost/compress library for compression. I think we can change it in here too, with that way we can get very nice performance and resource optimization for websocket connections with compression.
Hi @mertakman,
Sorry for delayed answer!
Could you make a PR please?