Hi Nginx experts,
  I am new to nginx and started looking into the code to understand the
architecture.

Currently, I am looking into nginx pool implementation. I have a question
on ngx_reset_pool().
It seems to set back 'last' to the location as expected. But why 'current'
and 'failed' are not reset.

Does it not make those memory blocks which are not no more referenced by
parsing from 'current' made useless?

Thanks,
-- 
Ravi
_______________________________________________
nginx-devel mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to