diff options
| author | ame <[email protected]> | 2024-04-23 07:22:26 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-04-23 07:22:26 -0500 |
| commit | 15a906def7194e84ea151f6bf1972fc7c1986fd4 (patch) | |
| tree | 9d88e3cf10eea307200969d8ec3dd45e79c6409c /src/net.c | |
| parent | a761abf2676cce6d63b5a5b94905b286a93472eb (diff) | |
io stuff
Diffstat (limited to 'src/net.c')
| -rw-r--r-- | src/net.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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);
|
