Kitura / Kitura-WebSocket

WebSocket support for Kitura
Apache License 2.0
68 stars 29 forks source link

[nio]autobahn: fixes for compression tests #90

Closed pushkarnk closed 5 years ago

pushkarnk commented 5 years ago

This commit makes two changes. Firstly, client_max_window bits must not be returned in the negotiation response. Secondly, after deflating the payload, the last four octets need to be dropped.