update comment
This commit is contained in:
parent
7e2acc513d
commit
23a0a53e1b
|
|
@ -494,7 +494,7 @@ export abstract class APIRequestContext extends SdkObject {
|
||||||
dnsLookupAt = (socket as any).dnsLookupAt;
|
dnsLookupAt = (socket as any).dnsLookupAt;
|
||||||
tcpConnectionAt = (socket as any).tcpConnectionAt;
|
tcpConnectionAt = (socket as any).tcpConnectionAt;
|
||||||
|
|
||||||
// standard case
|
// non-happy-eyeballs sockets
|
||||||
socket.on('lookup', () => { dnsLookupAt = monotonicTime(); });
|
socket.on('lookup', () => { dnsLookupAt = monotonicTime(); });
|
||||||
socket.on('connect', () => { tcpConnectionAt = monotonicTime(); });
|
socket.on('connect', () => { tcpConnectionAt = monotonicTime(); });
|
||||||
socket.on('secureConnect', () => { tlsHandshakeAt = monotonicTime(); });
|
socket.on('secureConnect', () => { tlsHandshakeAt = monotonicTime(); });
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue