fixed post-buffering without pep3333-input

This commit is contained in:
roberto@natty32
2011-03-25 19:11:53 +01:00
parent c611cbc2ca
commit 5c64c1ac3f
+3
View File
@@ -428,6 +428,9 @@ int uwsgi_request_wsgi(struct wsgi_request *wsgi_req) {
goto clear;
}
}
else {
wsgi_req->async_post = fdopen(wsgi_req->poll.fd, "r");
}
}
else {
// read to disk if post_cl > post_buffering