<div dir="ltr">I'm writing an Nginx plugin (using Openresty Lua) which increments a counter when a request is received (in ACCESS phase) and decrements the counter when request is processed (in LOG phase) in order to keep track of in-flight requests.<div><br></div><div>I've seen some cases where the counter increments but does not decrement and reaches a very high value, but can't reproduce. The core of my logic depends on the accurate value of the in-flight requests counter. </div><div><br></div><div>I wanted to ask if there are any cases where, for a request, ACCESS phase is called and LOG phase is not called. </div><div><br></div><div>I can paste the relevant code if required.</div><div><br></div><div>Thanks.</div></div>