mirror of
https://github.com/nginx/nginx.git
synced 2026-09-01 02:58:40 +00:00
Fixed loss of chain links in ngx_event_pipe_read_upstream().
This commit is contained in:
parent
d1b9a0388d
commit
265e51aa0b
1 changed files with 1 additions and 0 deletions
|
|
@ -409,6 +409,7 @@ ngx_event_pipe_read_upstream(ngx_event_pipe_t *p)
|
|||
}
|
||||
|
||||
p->free_raw_bufs = cl->next;
|
||||
ngx_free_chain(p->pool, cl);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue