diff options
| -rw-r--r-- | src/net.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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);
|
