delete surplus flush

This commit is contained in:
Igor Sysoev 2010-06-08 13:43:20 +00:00
parent cd04da475d
commit 741caead25

View File

@ -831,8 +831,6 @@ ngx_http_uwsgi_create_request(ngx_http_request_t *r)
body = body->next;
}
b->flush = 1;
} else {
r->upstream->request_bufs = cl;
}