mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Fixed loss of chain links in ngx_event_pipe_read_upstream().
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user