diff options
| author | ame <[email protected]> | 2024-04-15 21:39:38 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-04-15 21:39:38 -0500 |
| commit | fd71d9f9db5c50f6b13d79a5879298f5c23b32d8 (patch) | |
| tree | 8b79372912df6f1090a9adabbe8df2877cb7fcd5 /tests | |
| parent | 14e3ec0e4cf84b5e5fcc19b2e3c1a6bb0ca8787d (diff) | |
roll fix
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/net.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net.lua b/tests/net.lua index 53bcbe1..243d958 100644 --- a/tests/net.lua +++ b/tests/net.lua @@ -52,7 +52,7 @@ llib.net.listen( a = req:roll(100000)
--print(a)
end
- --_G.llib.io.pprint(req)
+ print(req.files[1].content)
--_G.llib.io.pprint(req)
--_G.llib.io.pprint("hi")
--res:send("")
|
