aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorame <[email protected]>2024-04-16 13:28:34 -0500
committerame <[email protected]>2024-04-16 13:28:34 -0500
commitda7ce8f2f3a6fdd9b992a26000ccc51cbf15926a (patch)
treea41a9717d196eba7d7b11f64f53b6fccbc9226f9 /tests
parentfd71d9f9db5c50f6b13d79a5879298f5c23b32d8 (diff)
prevent usage of parray in net code
Diffstat (limited to 'tests')
-rw-r--r--tests/net.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/net.lua b/tests/net.lua
index 243d958..5334840 100644
--- a/tests/net.lua
+++ b/tests/net.lua
@@ -52,10 +52,10 @@ llib.net.listen(
a = req:roll(100000)
--print(a)
end
- print(req.files[1].content)
+ --_G.llib.io.pprint(req)
--_G.llib.io.pprint(req)
--_G.llib.io.pprint("hi")
- --res:send("")
+ res:send("done")
end)
server:GET("/aa", function(res, req)