OOB for nailed connections

This commit is contained in:
roberto@fiorenzo
2010-12-12 11:22:39 +01:00
parent 245ab6d815
commit 902991daa4
7 changed files with 31 additions and 10 deletions
+1
View File
@@ -204,6 +204,7 @@ clear:
}
if (wsgi_req->async_post && !wsgi_req->fd_closed) {
if (!wsgi_req->leave_open) {
uwsgi_log("FCLOSE()\n");
fclose(wsgi_req->async_post);
}
if (!uwsgi.post_buffering || wsgi_req->post_cl <= (size_t) uwsgi.post_buffering) {