mirror of
https://github.com/nginx/nginx.git
synced 2026-09-01 19:10:52 +00:00
correct r1100
This commit is contained in:
parent
1131d87684
commit
7cc1ea31e9
1 changed files with 4 additions and 3 deletions
|
|
@ -502,11 +502,12 @@ ngx_event_pipe_write_to_downstream(ngx_event_pipe_t *p)
|
|||
bsize = 0;
|
||||
|
||||
for (cl = p->busy; cl; cl = cl->next) {
|
||||
if (prev == cl->buf->start) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (cl->buf->recycled) {
|
||||
if (prev == cl->buf->start) {
|
||||
continue;
|
||||
}
|
||||
|
||||
bsize += cl->buf->end - cl->buf->start;
|
||||
prev = cl->buf->start;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue