aboutsummaryrefslogtreecommitdiff
path: root/src/net.c
diff options
context:
space:
mode:
authorame <[email protected]>2025-08-09 15:17:04 -0500
committerame <[email protected]>2025-08-09 15:17:04 -0500
commit5666cbf8830c8b26337eb92f4da434d0d2242dc2 (patch)
tree5839ae5a27fa74d6f09c0e84586182571ec70184 /src/net.c
parent71995aa7bab0198b3977f33d16ca34e4f628ec3d (diff)
dont auto-set content-type (yet)
Diffstat (limited to 'src/net.c')
-rw-r--r--src/net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.c b/src/net.c
index 6944805..713e56a 100644
--- a/src/net.c
+++ b/src/net.c
@@ -762,7 +762,6 @@ void* handle_client(void *_arg){
lua_newtable(L);
int header_idx = lua_gettop(L);
luaI_tseti(L, header_idx, "Code", 200);
- luaI_tsets(L, header_idx, "Content-Type", "text/html");
luaI_tsetv(L, res_idx, "header", header_idx);