releasing memory.

2017-05-17 Thread Dk Jack
Hi, In my module, I registered a NGX_HTTP_POST_READ_PHASE handler. When this handler is invoked, I allocate my module context and attach it to the request. I also allocate some other memory and save the pointers to that memory in my context. In the POST_READ_PHASE handler, I also register a

Re: How to make nginx mail auth connection persistent?

2017-05-17 Thread Maxim Dounin
Hello! On Wed, May 17, 2017 at 05:32:55AM +, Prabhash Rathore wrote: > Hi Maxim, > > As per your suggestion to use Proxy server for auth_http directive in mail > to enable keepalive connection, I recompiled my nginx with http and added > following http configuration. > > http { >