aboutsummaryrefslogtreecommitdiff
path: root/test/testsrvr.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2003-06-26 21:14:17 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2003-06-26 21:14:17 +0000
commitbd54cd42d4c8a7d6bb9550d8aa0eac243cda63c0 (patch)
treee182ffe6061141df20fa2003b6671af8a4ea3c40 /test/testsrvr.lua
parent71f6bb60bf2b7457091c7106190f92ab7e51f7c6 (diff)
downloadluasocket-bd54cd42d4c8a7d6bb9550d8aa0eac243cda63c0.tar.gz
luasocket-bd54cd42d4c8a7d6bb9550d8aa0eac243cda63c0.tar.bz2
luasocket-bd54cd42d4c8a7d6bb9550d8aa0eac243cda63c0.zip
Few adjustments for windows.
Diffstat (limited to 'test/testsrvr.lua')
-rw-r--r--test/testsrvr.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testsrvr.lua b/test/testsrvr.lua
index 39fe274..6010789 100644
--- a/test/testsrvr.lua
+++ b/test/testsrvr.lua
@@ -7,7 +7,7 @@ ack = "\n"
7while 1 do 7while 1 do
8 print("server: waiting for client connection..."); 8 print("server: waiting for client connection...");
9 control = server:accept() 9 control = server:accept()
10 control:setoption("nodelay", true) 10 -- control:setoption("nodelay", true)
11 while 1 do 11 while 1 do
12 command, error = control:receive() 12 command, error = control:receive()
13 if error then 13 if error then