From bd54cd42d4c8a7d6bb9550d8aa0eac243cda63c0 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Thu, 26 Jun 2003 21:14:17 +0000 Subject: Few adjustments for windows. --- test/testsrvr.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/testsrvr.lua') 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" while 1 do print("server: waiting for client connection..."); control = server:accept() - control:setoption("nodelay", true) + -- control:setoption("nodelay", true) while 1 do command, error = control:receive() if error then -- cgit v1.2.3-55-g6feb