gimite / web-socket-js

HTML5 Web Socket implementation powered by Flash
BSD 3-Clause "New" or "Revised" License
2.73k stars 489 forks source link

Fragmented messages support and server-to-client masked messages support #118

Open nightflash opened 12 years ago

nightflash commented 12 years ago

I did some work with your project. Now it works better =)

gimite commented 12 years ago

Thanks for the patch. But server-to-client frames must not be masked per spec: http://tools.ietf.org/html/rfc6455#section-5.1 So we should not support it. Can you remove that part from the pull request?