Skip to content

Commit 3b11fac

Browse files
committed
add todo
1 parent f19c32d commit 3b11fac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmap/connect.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ export async function makeSocket(options: MakeConnectionOptions): Promise<Stream
411411
// Explicit setKeepAlive/setNoDelay are required because tls.connect() silently
412412
// ignores these constructor options due to a Node.js bug.
413413
// See: https://github.com/nodejs/node/issues/62003
414+
// TODO(NODE-7474): remove this fix once the underlying Node.js issue is resolved.
414415
socket.setKeepAlive(true, keepAliveInitialDelay);
415416
socket.setNoDelay(noDelay);
416417
socket.setTimeout(connectTimeoutMS);

0 commit comments

Comments
 (0)