lipp / lua-websockets

Websockets for Lua.
http://lipp.github.com/lua-websockets/
MIT License
396 stars 113 forks source link

Autobahn testsuite #64

Closed moteus closed 9 years ago

lipp commented 9 years ago

great! do you have a clue why the tests are still failing?

moteus commented 9 years ago

This is because backend (ev in this ccase) does not xheck rsv bits returned by frame.decode. Backend should checks this flafs and if they set then it should close connecrion or start close handshake with 1002/protocol error.

lipp commented 9 years ago

using node echo websocket server for tests now. autobahn has too much deps and makes trouble installing every now and then.