- HTTP compression fix (now supporting brotli, zstd, gzip, deflate)
- bug fix on stream parsing when upgrading protocol
- flags for type of upgrade (h2 and ws)
- websocket Frame decode implemented (with support to permessage-deflate extention)
- fixed multiple header key: now as mentionated in the RFC multiple header with the same field, are concatenated with a comma in a single value, but also leaving the possibility to check how it was encoded originally
- updated docs
**Full Changelog**: https://github.com/Pwnzer0tt1/firegex/compare/3.1.0...3.2.0