Kitura / Kitura-WebSocket

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

[permessage-deflate] Handle server_no_context_takeover #85

Closed pushkarnk closed 5 years ago

pushkarnk commented 5 years ago

This is in the context of #81 . The purpose and effect of the negotiation parameter server_no_context_takeover needs to be understood and implemented. (For e.g: Does it mean we create new deflaters and inflaters on every message?)

pushkarnk commented 5 years ago

Implemented on Kitura-WebSocket-NIO