mirror of
https://github.com/nginx/nginx.git
synced 2025-06-06 17:02:39 +08:00
Fixed loss of chain links in ngx_event_pipe_read_upstream().
This commit is contained in:
parent
d1b9a0388d
commit
265e51aa0b
@ -409,6 +409,7 @@ ngx_event_pipe_read_upstream(ngx_event_pipe_t *p)
|
|||||||
}
|
}
|
||||||
|
|
||||||
p->free_raw_bufs = cl->next;
|
p->free_raw_bufs = cl->next;
|
||||||
|
ngx_free_chain(p->pool, cl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user