fix r2972, it caused "zero size buf" alert.
This commit is contained in:
parent
fa12a7338b
commit
b316011ab5
1 changed files with 1 additions and 0 deletions
|
@ -2715,6 +2715,7 @@ ngx_http_send_special(ngx_http_request_t *r, ngx_uint_t flags)
|
||||||
b->last_buf = 1;
|
b->last_buf = 1;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
b->sync = 1;
|
||||||
b->last_in_chain = 1;
|
b->last_in_chain = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue