diff options
| author | ame <[email protected]> | 2024-03-05 13:20:02 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-03-05 13:20:02 -0600 |
| commit | 9e3453af496dd9fd64fb6bb9495370f4a23ecaf5 (patch) | |
| tree | 5370e997a75958f8ad4126fc7fcb8df60003e29b /tests | |
| parent | 60ab5de1a83e098e462c0d09011e657666a09412 (diff) | |
work on rolling, not memory safe
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/net.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/net.lua b/tests/net.lua index 5960198..136e916 100644 --- a/tests/net.lua +++ b/tests/net.lua @@ -44,7 +44,10 @@ llib.net.listen( --print(req._bytes)
--res:send(_G.llib.io.readfile("llib.dll"))
--_G.llib.io.pprint(_G.llib.crypto.md5(_G.llib.io.readfile(".gitignore")))
- --_G.llib.io.pprint(req.files)
+ --_G.llib.io.pprint(req)
+ _G.llib.io.pprint(req)
+ print(req:roll(2000))
+ _G.llib.io.pprint(req)
res:send("owo")
end)
|
