finally fixed wsgi.input

This commit is contained in:
roberto@debian32
2011-05-11 11:55:28 +02:00
parent e34d169fa6
commit b3432a95e1
6 changed files with 159 additions and 112 deletions
+3
View File
@@ -211,6 +211,9 @@ clear:
if (wsgi_req->sendfile_fd != -1) {
Py_DECREF((PyObject *)wsgi_req->async_sendfile);
}
if (wsgi_req->async_input) {
Py_DECREF((PyObject *)wsgi_req->async_input);
}
if (wsgi_req->async_environ) {
PyDict_Clear(wsgi_req->async_environ);
}