aboutsummaryrefslogtreecommitdiff
path: root/test/testsrvr.lua
diff options
context:
space:
mode:
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