hey friends
is it possible to calculating the connection time of target host that I want to proxy it using openresty?
connection time is the duration between start time of request (A) and the first connection time(B)!
and hosting waiting time is the duration between first connection time(B) to receiving the first chunk(C)!
so I have the start time of request (A) and the time of first chunk receiving(C), but I don't know how can I get the time of first connection time (B)???
if I could find an event or function on first connection, I could get the time of it by using :
local currentTime = os.time()
thanks a lot...
Best,
Hadi