So the time spent doing a post_action is added to $request_time or not?<br><br><div class="gmail_quote">On Mon, Nov 21, 2011 at 20:55, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello!<br>
<div><div></div><div class="h5"><br>
On Mon, Nov 21, 2011 at 08:41:15PM +0200, Calin Don wrote:<br>
<br>
> Hi,<br>
> How is the $request_time calculated in the case of a proxied request. I'm<br>
> interested especially in the case where the resource is stale in cache.<br>
<br>
</div></div>$request_time is always time since start of the request (when<br>
first bytes are read from client) till end of the request (when<br>
last bytes are sent to client and logging happens).<br>
<br>
Maxim Dounin<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br>