diff options
-rw-r--r-- | plop.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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: |