summaryrefslogtreecommitdiffhomepage
path: root/plop.c
diff options
context:
space:
mode:
Diffstat (limited to 'plop.c')
-rw-r--r--plop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plop.c b/plop.c
index 445e3f8..34c8d06 100644
--- a/plop.c
+++ b/plop.c
@@ -173,12 +173,10 @@ int plop_handle_client(lua_State * L, struct epoll_event * event)
response_send(c->L, c->fd);
connection_free(L, c);
-
return 0;
}
case LUA_YIELD:
{
- connection_free(L, c); // TODO: This shouldn't be the case... Right?
return 0;
}
default: