Hello!

On Wed, Jan 22, 2020 at 10:38:42AM -0500, xt3627216 wrote:

[...]

> if  stream->queued  is true,   then ngx_http_free_request will not be called
> immediately, which will result $request_time larger then real request time?

If stream->queued is true, this means that there are unsent frames 
in the stream, and the request is not yet complete.  As such, 
queue "larger" $request_time is correct, as it is expected to 
account sending the response to client as well.

-- 
Maxim Dounin
http://mdounin.ru/
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to