From c98dc991998c724a3f6a1fdd90b5d1d8a80e3af3 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Fri, 28 May 2004 07:24:43 +0000 Subject: Bug feioso no UDP e possivelmente no TCP também. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/testsrvr.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/testsrvr.lua') diff --git a/test/testsrvr.lua b/test/testsrvr.lua index 5c05239..d172a9e 100644 --- a/test/testsrvr.lua +++ b/test/testsrvr.lua @@ -1,3 +1,5 @@ +require "luasocket" + host = host or "localhost" port = port or "8080" @@ -22,8 +24,6 @@ while 1 do print("server: closing connection...") break end -print(command); - (loadstring(command))() end end -- cgit v1.2.3-55-g6feb