From 2715243f86a4afe8e7e1f512899e96e5f9a8bf2a Mon Sep 17 00:00:00 2001 From: ame Date: Wed, 21 Feb 2024 10:41:42 -0600 Subject: fixed reading and some file stuff --- tests/net.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/net.lua b/tests/net.lua index b115f0e..2e809af 100644 --- a/tests/net.lua +++ b/tests/net.lua @@ -38,6 +38,10 @@ llib.net.listen( --_G.llib.io.pprint(_G._Go) --_G.llib.io.pprint(_G.wo.crypto.md5("55")) --_G.llib.io.pprint(req) + --print(req.partial) + --_G.llib.io.pprint(_G.llib.io.readfile(".gitignore")) + --print(req._bytes) + res:send(_G.llib.io.readfile("llib.dll")) end) server:GET("/aa", function(res, req) -- cgit v1.2.3