summaryrefslogtreecommitdiff
path: root/tests/modules/socket
diff options
context:
space:
mode:
authorruki <[email protected]>2022-04-05 23:17:51 +0800
committerruki <[email protected]>2022-04-05 23:17:51 +0800
commit7b11db21f6dac2ddb5fa74c510cfa8e45eb99c49 (patch)
tree5ee944bac525ce4d9a8260350f85614213b82479 /tests/modules/socket
parentec42771f6a3e99dae11e06859b57699dbe2a6ae7 (diff)
connect server
Diffstat (limited to 'tests/modules/socket')
-rw-r--r--tests/modules/socket/sched_tcp/echo_client.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/modules/socket/sched_tcp/echo_client.lua b/tests/modules/socket/sched_tcp/echo_client.lua
index e52330c2b..95277742e 100644
--- a/tests/modules/socket/sched_tcp/echo_client.lua
+++ b/tests/modules/socket/sched_tcp/echo_client.lua
@@ -36,7 +36,6 @@ end
local socks = {}
function _session(addr, port)
-
print("connect %s:%d ..", addr, port)
local sock = socket.connect(addr, port)
if sock then