aboutsummaryrefslogtreecommitdiff
path: root/test/testsrvr.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-18 21:41:44 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-18 21:41:44 +0000
commit7ed89c97f760600df238f9853ee453570935870f (patch)
treea17573a43815071e35f85557519fefca739ef7ef /test/testsrvr.lua
parentac4aac0909da26befaaeb6b415f66cf35b6980e0 (diff)
downloadluasocket-7ed89c97f760600df238f9853ee453570935870f.tar.gz
luasocket-7ed89c97f760600df238f9853ee453570935870f.tar.bz2
luasocket-7ed89c97f760600df238f9853ee453570935870f.zip
2.0 alpha RELEASED!
Diffstat (limited to '')
-rw-r--r--test/testsrvr.lua1
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()
16print(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...")