lipp / lua-websockets

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

Missing compatibility for Lua 5.2 bit operations #36

Closed ntd closed 10 years ago

ntd commented 10 years ago

In the standard library provided by Lua 5.2, bit.rol and bit.rol are named bit32.lrotate and bit32.rrotate.

ntd commented 10 years ago

This pull request, together with #35, makes possible to use lua-websockets on Lua 5.2 with Copas: I just established a local working connection with echo-server-copas.lua.