mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-08 06:31:58 +00:00
OOB for nailed connections
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user