lua-resty-websocket
lua-resty-websocket copied to clipboard
Not support websocket extensions
Hello, when I use this lib for proxy.I found that the project doesn't support websocket extension.
In client.lua,you return error when RSV1, RSV2, RSV3 are not zero.
In server.lua, you doesn't check the Sec-WebSocket-Extensions header.
Maybe the library can be more complete. Is there any plan for this?