diff options
| author | amelia squires <[email protected]> | 2024-09-29 02:49:05 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2024-09-29 02:49:05 -0500 |
| commit | e29d3ea86551380ace8e2c86c9f1f63e901941e1 (patch) | |
| tree | 526d2f71581e2584c9de2b958fd89b6ce0fb0ac1 /tests/net.lua | |
| parent | 1feb3c40514a7c1726f29502ce37966c308bea79 (diff) | |
docs n stuff
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 d1b5369..e389fb0 100644 --- a/tests/net.lua +++ b/tests/net.lua @@ -58,7 +58,7 @@ net.listen( end)
server:GET("/aa", function(res, req)
- res.header["Content-Type"] = "text/plain"
+ --res.header["Content-Type"] = "text/plain"
res:sendfile("readme.md")
end)
|
