lipp / lua-websockets

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

Ev closing handshake #19

Closed lipp closed 11 years ago

lipp commented 11 years ago

Implements the closing handshake for ev backends. Provides on_close(was_clean,code,reason)

Addresses https://github.com/lipp/lua-websockets/issues/15

TODO: Add tests