From 15a906def7194e84ea151f6bf1972fc7c1986fd4 Mon Sep 17 00:00:00 2001 From: ame Date: Tue, 23 Apr 2024 07:22:26 -0500 Subject: io stuff --- src/net.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net.c') 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); -- cgit v1.2.3