summaryrefslogtreecommitdiffhomepage
path: root/plop.c
diff options
context:
space:
mode:
Diffstat (limited to 'plop.c')
-rw-r--r--plop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plop.c b/plop.c
index 9ec7a5d..54e64ff 100644
--- a/plop.c
+++ b/plop.c
@@ -142,7 +142,6 @@ int handle_client(lua_State * L, struct pollfd * pfd, struct request ** request,
// TODO: Push the handler to stack earlier to avoid shifting it.
lua_getglobal((*request)->lua, "handler");
lua_insert((*request)->lua, 1);
- lua_pushlstring((*request)->lua, (*request)->data, (*request)->length);
lua_call((*request)->lua, 5, 1);
size_t length;