aboutsummaryrefslogtreecommitdiff
path: root/src/net.c
diff options
context:
space:
mode:
authorame <[email protected]>2024-04-23 07:22:26 -0500
committerame <[email protected]>2024-04-23 07:22:26 -0500
commit921bade0eb0289374f201f4e788b0b83fa7acaa9 (patch)
tree9d88e3cf10eea307200969d8ec3dd45e79c6409c /src/net.c
parent850410ef9564b076a787b871fd6cf861d3dd37f5 (diff)
io stuff
Diffstat (limited to 'src/net.c')
-rw-r--r--src/net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.c b/src/net.c
index fadad1c..14882f8 100644
--- a/src/net.c
+++ b/src/net.c
@@ -819,6 +819,7 @@ void* handle_client(void *_arg){
int res_idx = lua_gettop(L);
//handle cookies
+ //TODO: enable and test with valgrind
if(0 && sC != NULL){
lua_newtable(L);
int lcookie = lua_gettop(L);