aboutsummaryrefslogtreecommitdiff
path: root/tests/units/net-nested.lua
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-10-15 16:50:46 -0500
committeramelia squires <[email protected]>2025-10-15 16:50:46 -0500
commitb94f6d148193f91cab50d16e2873095827b89b1b (patch)
treef550bd912cdd4c5469cec1ac320cb9c874df3476 /tests/units/net-nested.lua
parent8c2893be56c10af0a696282386b49fdb3c1e4a81 (diff)
better errors and docs
Diffstat (limited to 'tests/units/net-nested.lua')
-rw-r--r--tests/units/net-nested.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/units/net-nested.lua b/tests/units/net-nested.lua
index a7892d6..a9bbcb3 100644
--- a/tests/units/net-nested.lua
+++ b/tests/units/net-nested.lua
@@ -9,6 +9,7 @@ local net = llby.thread.async(function(tres)
_G.server:GET("/test", function(res, req)
res:send("555221")
end)
+ res:send("")
end)
end, PORT)
end)