jaspervdj / websockets

A Haskell library for creating WebSocket-capable servers
http://jaspervdj.be/websockets
BSD 3-Clause "New" or "Revised" License
406 stars 113 forks source link

x-webkit-deflate-frame support #26

Closed patrickmn closed 11 years ago

patrickmn commented 12 years ago

It would be great if this library supported the per-frame compression (now implemented in Chrome) described here: http://tools.ietf.org/html/draft-tyoshino-hybi-websocket-perframe-deflate-04

patrickmn commented 11 years ago

Sorry, don't know how I managed to miss https://github.com/jaspervdj/websockets/issues/23