From 85dc6ee76f3178cd7dbdee441f60292983ba9883 Mon Sep 17 00:00:00 2001 From: harry-xm <47099356+harry-xm@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:24:47 +0800 Subject: [PATCH] doc: fix typo in comments Until it matures, the client library is for testing the websocket server, not itself. Fixes: 4d20e3041f1c ("bugfix: support socket connection pool and fix repeated ssl_handshake().") --- lib/resty/websocket/client.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"