changeset 3608:8b55806ceb97

delete surplus flush
author Igor Sysoev <igor@sysoev.ru>
date Tue, 08 Jun 2010 13:43:20 +0000
parents 8bff43217171
children 0ae39a108291
files src/http/modules/ngx_http_uwsgi_module.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_uwsgi_module.c
+++ b/src/http/modules/ngx_http_uwsgi_module.c
@@ -831,8 +831,6 @@ ngx_http_uwsgi_create_request(ngx_http_r
             body = body->next;
         }
 
-        b->flush = 1;
-
     } else {
         r->upstream->request_bufs = cl;
     }