Hello!
On Tue, Nov 25, 2014 at 12:52 PM, Nathan Eloe wrote:
> I have been developing an nginx module that allows the sending of zeromq
> messages through nginx (inspired by https://github.com/FRiCKLE/ngx_zeromq).
It's worth pointing out that this is the Chinese mailing list for
OpenResty. You're recommended to post to the English mailing list for
OpenResty instead:
https://groups.google.com/forum/#!forum/openresty-en
Regarding your question, it seems that you may
1. not get the r->main->count reference counting right (leading to
downstream connection leaks), and/or
2. not cleanup your upstream connection properly.
Regards,
-agentzh