From b94f6d148193f91cab50d16e2873095827b89b1b Mon Sep 17 00:00:00 2001 From: amelia squires Date: Wed, 15 Oct 2025 16:50:46 -0500 Subject: better errors and docs --- tests/units/net-nested.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/units/net-nested.lua') 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) -- cgit v1.2.3