diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-18 21:41:44 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-18 21:41:44 +0000 |
commit | 7ed89c97f760600df238f9853ee453570935870f (patch) | |
tree | a17573a43815071e35f85557519fefca739ef7ef /test/testsrvr.lua | |
parent | ac4aac0909da26befaaeb6b415f66cf35b6980e0 (diff) | |
download | luasocket-7ed89c97f760600df238f9853ee453570935870f.tar.gz luasocket-7ed89c97f760600df238f9853ee453570935870f.tar.bz2 luasocket-7ed89c97f760600df238f9853ee453570935870f.zip |
2.0 alpha RELEASED!
Diffstat (limited to '')
-rw-r--r-- | test/testsrvr.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testsrvr.lua b/test/testsrvr.lua index 6e786c8..5b842f1 100644 --- a/test/testsrvr.lua +++ b/test/testsrvr.lua | |||
@@ -13,7 +13,6 @@ while 1 do | |||
13 | -- control:setoption("nodelay", true) | 13 | -- control:setoption("nodelay", true) |
14 | while 1 do | 14 | while 1 do |
15 | command, error = control:receive() | 15 | command, error = control:receive() |
16 | print(error) | ||
17 | if error then | 16 | if error then |
18 | control:close() | 17 | control:close() |
19 | print("server: closing connection...") | 18 | print("server: closing connection...") |