Fixed loss of chain links in ngx_event_pipe_read_upstream().

This commit is contained in:
Maxim Dounin 2011-09-20 09:56:35 +00:00
parent d1b9a0388d
commit 265e51aa0b

View File

@ -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);
}
}