comparison src/http/ngx_http_request.c @ 2993:f592d466bbda

fix r2972, it caused "zero size buf" alert.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 22 Jul 2009 13:06:27 +0000
parents 2465ff3da161
children f33c48457d0c
comparison
equal deleted inserted replaced
2992:2465ff3da161 2993:f592d466bbda
2713 2713
2714 if (r == r->main && !r->post_action) { 2714 if (r == r->main && !r->post_action) {
2715 b->last_buf = 1; 2715 b->last_buf = 1;
2716 2716
2717 } else { 2717 } else {
2718 b->sync = 1;
2718 b->last_in_chain = 1; 2719 b->last_in_chain = 1;
2719 } 2720 }
2720 } 2721 }
2721 2722
2722 if (flags & NGX_HTTP_FLUSH) { 2723 if (flags & NGX_HTTP_FLUSH) {