Skip to content

Commit

Permalink
fix regression denoland#27658
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jan 23, 2025
1 parent c30c349 commit 080cb8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/node/polyfills/_tls_wrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export class TLSSocket extends net.Socket {
// onSocket handler of ClientRequest object.
tlssock.emit("secure");
tlssock.removeListener("end", onConnectEnd);
return;
}

try {
Expand Down

0 comments on commit 080cb8b

Please sign in to comment.