mirror of
https://github.com/nginx/nginx.git
synced 2024-12-04 22:09:01 +08:00
correct r1100
This commit is contained in:
parent
1131d87684
commit
7cc1ea31e9
@ -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 (cl->buf->recycled) {
|
||||
if (prev == cl->buf->start) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (cl->buf->recycled) {
|
||||
bsize += cl->buf->end - cl->buf->start;
|
||||
prev = cl->buf->start;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user