aboutsummaryrefslogtreecommitdiff
path: root/tests/net.lua
diff options
context:
space:
mode:
authorame <[email protected]>2024-03-27 13:34:34 -0500
committerame <[email protected]>2024-03-27 13:34:34 -0500
commita735c538144f8cc4e059d47d06093a17edd5b31c (patch)
tree11db0e99732c9851c4a2c94f3e318da1cdec7716 /tests/net.lua
parent28a9d801572cf69d20d1f0a12c383ca7dbae3a67 (diff)
fixed a few hashes
Diffstat (limited to 'tests/net.lua')
-rw-r--r--tests/net.lua2
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)