You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 theSec-WebSocket-Extensions
header.Maybe the library can be more complete. Is there any plan for this?
The text was updated successfully, but these errors were encountered: