diff --git a/lib/resty/websocket/client.lua b/lib/resty/websocket/client.lua index abe7388..5fc0bb9 100644 --- a/lib/resty/websocket/client.lua +++ b/lib/resty/websocket/client.lua @@ -2,7 +2,7 @@ -- FIXME: this library is very rough and is currently just for testing --- the websocket client. +-- the websocket server. local wbproto = require "resty.websocket.protocol"