diff options
| author | ruki <[email protected]> | 2022-04-05 23:17:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-05 23:17:51 +0800 |
| commit | 7b11db21f6dac2ddb5fa74c510cfa8e45eb99c49 (patch) | |
| tree | 5ee944bac525ce4d9a8260350f85614213b82479 /tests/modules | |
| parent | ec42771f6a3e99dae11e06859b57699dbe2a6ae7 (diff) | |
connect server
Diffstat (limited to 'tests/modules')
| -rw-r--r-- | tests/modules/socket/sched_tcp/echo_client.lua | 1 |
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 |
