aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorame <[email protected]>2024-04-20 01:23:13 -0500
committerame <[email protected]>2024-04-20 01:23:13 -0500
commit850410ef9564b076a787b871fd6cf861d3dd37f5 (patch)
treeab6c8861943d3d3ea47b43e382bfb72ea2df34bf /tests
parent2b6f9144b282628ecb1ac77052a45de0c60d4716 (diff)
working on mem saftey
Diffstat (limited to 'tests')
-rw-r--r--tests/net.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net.lua b/tests/net.lua
index b3a2b1f..228a29b 100644
--- a/tests/net.lua
+++ b/tests/net.lua
@@ -62,7 +62,7 @@ llib.net.listen(
server:GET("/aa", function(res, req)
res.header["Content-Type"] = "text/plain"
- res:sendfile("llib.dll")
+ res:sendfile("readme.md")
end)
server:GET("/test55", function(res, req)