summaryrefslogtreecommitdiffhomepage
path: root/plop.c
diff options
context:
space:
mode:
Diffstat (limited to 'plop.c')
-rw-r--r--plop.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/plop.c b/plop.c
index 34c8d06..6c2717b 100644
--- a/plop.c
+++ b/plop.c
@@ -164,14 +164,6 @@ int plop_handle_client(lua_State * L, struct epoll_event * event)
{
case LUA_OK:
{
- int n = lua_gettop(c->L);
-
- if (0 == n)
- {
- lua_pushnil(c->L);
- }
-
- response_send(c->L, c->fd);
connection_free(L, c);
return 0;
}