diff options
| author | ame <[email protected]> | 2024-02-21 12:20:23 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-02-21 12:20:23 -0600 |
| commit | 83f9dca38af329d214c7d6dd2819ec2c6621d679 (patch) | |
| tree | fd122388fc6df1f6ecec0ae2437069193c39f79f /tests | |
| parent | 90d4ebc8bce89e8dc60fadc5a21b6a6a94661b18 (diff) | |
more file work
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/net.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/net.lua b/tests/net.lua index 2e809af..7fac0ad 100644 --- a/tests/net.lua +++ b/tests/net.lua @@ -1,5 +1,5 @@ require "llib"
-llib.config.set({max_depth=1})
+llib.config.set({max_depth=4})
--local print = llib.io.pprint
sleep = function(a)
local sec = tonumber(os.clock() + a);
@@ -41,7 +41,8 @@ llib.net.listen( --print(req.partial)
--_G.llib.io.pprint(_G.llib.io.readfile(".gitignore"))
--print(req._bytes)
- res:send(_G.llib.io.readfile("llib.dll"))
+ --res:send(_G.llib.io.readfile("llib.dll"))
+ _G.llib.io.pprint(req)
end)
server:GET("/aa", function(res, req)
|
