]> git.kaiwu.me - nginx.git/commitdiff
fix r2972, it caused "zero size buf" alert.
authorIgor Sysoev <igor@sysoev.ru>
Wed, 22 Jul 2009 13:06:27 +0000 (13:06 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 22 Jul 2009 13:06:27 +0000 (13:06 +0000)
src/http/ngx_http_request.c

index a0fcd717faa21dde53bef3b3120a7d4a35ce0ef4..f07472b33bf7dbf7161a888ac05560b8759a1cdc 100644 (file)
@@ -2715,6 +2715,7 @@ ngx_http_send_special(ngx_http_request_t *r, ngx_uint_t flags)
             b->last_buf = 1;
 
         } else {
+            b->sync = 1;
             b->last_in_chain = 1;
         }
     }