diff options
| author | ame <[email protected]> | 2024-03-27 13:34:34 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-03-27 13:34:34 -0500 |
| commit | 57d67eb910aa765df2495df9f625bfc00436014b (patch) | |
| tree | 11db0e99732c9851c4a2c94f3e318da1cdec7716 /tests/net.lua | |
| parent | b1f57a05f31a04b6d0dfbdfaf358ce8adfd45dda (diff) | |
fixed a few hashes
Diffstat (limited to 'tests/net.lua')
| -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 80a2315..53bcbe1 100644 --- a/tests/net.lua +++ b/tests/net.lua @@ -55,7 +55,7 @@ llib.net.listen( --_G.llib.io.pprint(req)
--_G.llib.io.pprint(req)
--_G.llib.io.pprint("hi")
- res:send("")
+ --res:send("")
end)
server:GET("/aa", function(res, req)
|
