fixed lua plugin

This commit is contained in:
Unbit
2013-02-17 14:27:32 +01:00
parent f31186a0f9
commit 8e6b810df8
-8
View File
@@ -167,14 +167,6 @@ error:
}
static int uwsgi_api_cl(lua_State *L) {
struct wsgi_request *wsgi_req = current_wsgi_req();
lua_pushnumber(L, wsgi_req->post_cl);
return 1;
}
static int uwsgi_api_req_fd(lua_State *L) {
struct wsgi_request *wsgi_req = current_wsgi_req();