Only fire a handler once

Aaron Bedra aaron.bedra at gmail.com
Sat Aug 17 05:28:57 UTC 2013


I'm looking for a way to make sure a handler only fires once. For instance,
in Apache, you can use the guard:

if (!ap_is_initial_req(r)) { skip handling }

Is there anything like this? I couldn't find any documentation for it.

Thanks,

Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20130817/926af541/attachment.html>


More information about the nginx-devel mailing list