aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);