From a735c538144f8cc4e059d47d06093a17edd5b31c Mon Sep 17 00:00:00 2001 From: ame Date: Wed, 27 Mar 2024 13:34:34 -0500 Subject: fixed a few hashes --- tests/net.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/net.lua') diff --git a/tests/net.lua b/tests/net.lua index 80a2315..53bcbe1 100644 --- a/tests/net.lua +++ b/tests/net.lua @@ -55,7 +55,7 @@ llib.net.listen( --_G.llib.io.pprint(req) --_G.llib.io.pprint(req) --_G.llib.io.pprint("hi") - res:send("") + --res:send("") end) server:GET("/aa", function(res, req) -- cgit v1.2.3