comparison src/http/modules/ngx_http_uwsgi_module.c @ 3608:8b55806ceb97

delete surplus flush
author Igor Sysoev <igor@sysoev.ru>
date Tue, 08 Jun 2010 13:43:20 +0000
parents 7cfbc51bac01
children edcc271f7c4c
comparison
equal deleted inserted replaced
3607:8bff43217171 3608:8b55806ceb97
828 cl = cl->next; 828 cl = cl->next;
829 cl->buf = b; 829 cl->buf = b;
830 830
831 body = body->next; 831 body = body->next;
832 } 832 }
833
834 b->flush = 1;
835 833
836 } else { 834 } else {
837 r->upstream->request_bufs = cl; 835 r->upstream->request_bufs = cl;
838 } 836 }
839 837