Per message deflate/compression: handle fragmented messages (fix autobahn test: 12.1.X and probably others)

This commit is contained in:
Benjamin Sergeant
2019-09-03 17:42:48 -07:00
parent ec55b4a82a
commit 98189c23dc
5 changed files with 24 additions and 10 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [5.1.8] - 2019-09-03
- Per message deflate/compression: handle fragmented messages (fix autobahn test: 12.1.X and probably others)
## [5.1.7] - 2019-09-03
- Receiving invalid UTF-8 TEXT message should fail and close the connection (fix remaining autobahn test: 6.X UTF-8 Handling)