tls: remove redundant code in onConnectSecure() by deokjinkim · Pull Request #49457 · nodejs/node

@deokjinkim

Remove redundant code by moving it to outside of `if/else`.

@nodejs-github-bot added needs-ci

PRs that need a full CI run.

tls

Issues and PRs related to the tls subsystem.

labels

Sep 2, 2023

KhafraDev

@debadree25 debadree25 added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Sep 2, 2023

UlisesGascon

This was referenced

Sep 3, 2023

This was referenced

Sep 5, 2023

UlisesGascon pushed a commit that referenced this pull request

Sep 10, 2023
Remove redundant code by moving it to outside of `if/else`.

PR-URL: #49457
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>

alexfernandez pushed a commit to alexfernandez/node that referenced this pull request

Nov 1, 2023
Remove redundant code by moving it to outside of `if/else`.

PR-URL: nodejs#49457
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>