Re: Does the variable "$request_time" include ssl handshake time?

2018-12-21 Thread Sergey Kandaurov
> On 21 Dec 2018, at 11:48, yf chu wrote: > > The definition of "$request_time" is that "request processing time in seconds > with a milliseconds resolution; time elapsed since the first bytes were read > from the client". But I want to know whether it includes the ssl handshake > time? No

Does the variable "$request_time" include ssl handshake time?

2018-12-21 Thread yf chu
The definition of "$request_time" is that "request processing time in seconds with a milliseconds resolution; time elapsed since the first bytes were read from the client". But I want to know whether it includes the ssl handshake time? If not, is there any method to get the duration of ssl hands