better ruby plugin, we are near to a beta version

This commit is contained in:
roberto@sirius
2010-10-22 18:40:22 +02:00
parent e1969d92ab
commit bbd8ea51c0
8 changed files with 274 additions and 101 deletions
-1
View File
@@ -194,7 +194,6 @@ clear:
fclose(wsgi_req->async_post);
if (!uwsgi.post_buffering || wsgi_req->post_cl <= (size_t) uwsgi.post_buffering) {
wsgi_req->fd_closed = 1 ;
}
}
Py_XDECREF((PyObject *)wsgi_req->async_placeholder);