<div dir="ltr">Hi,<div>In my module, I am allocating some memory for each request and saving the ptr in my module context. I am registering a callback using ngx_http_cleanup_add to perform cleanup for each request. I am releasing the memory for the allocation in the cleanup callback. In the log phase, I want to make available the contents of the memory I allocated as an nginx variable.</div><div><br></div><div>However, when I try to print this variable in the log, the memory has already been de-allocated. It looks like the clean-up handlers are called before the log phase. Since I have released the memory in the cleanup handler, I have nothing to log in the log phase. Is there a way to defer the calling of the clean-up handler until after the log phase?</div><div><br></div><div>Dk.</div></div>