diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/ngx_http_uwsgi_module.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c index 5884822df..20639811b 100644 --- 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_request_t *r) body = body->next; } - b->flush = 1; - } else { r->upstream->request_bufs = cl; } |