diff options
| author | ruki <[email protected]> | 2019-10-29 22:32:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-10-29 09:13:08 +0800 |
| commit | b2a507bc82fefb561c386f4910ba223abed20e1e (patch) | |
| tree | e5f67c39d41119a2f041ad16f4fcf8860699c255 /tests/modules/socket | |
| parent | 8bfbf6b7fb255cda1bfd3d970c7442ed0941104c (diff) | |
improve io.file and io.filelock
Diffstat (limited to 'tests/modules/socket')
| -rw-r--r-- | tests/modules/socket/tcp/file_client.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/socket/tcp/file_client.lua b/tests/modules/socket/tcp/file_client.lua index 3d5a14651..61924b95c 100644 --- a/tests/modules/socket/tcp/file_client.lua +++ b/tests/modules/socket/tcp/file_client.lua @@ -25,6 +25,6 @@ function main() break end end - print("%s: recv ok, size: %d!", sock, recv) + print("%s: recv ok, size: %d, #data: %d!", sock, recv, #data) sock:close() end |
