lipp / lua-websockets

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

Remove struct dep #72

Closed lipp closed 9 years ago

lipp commented 9 years ago

Credits go to @moteus THX!

lipp commented 9 years ago

@moteus all calls to frame.decode must be wrapped in pcall and we need to close connection when decode throws.

lipp commented 9 years ago

replaced with #79