We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad7a9a commit 3997617Copy full SHA for 3997617
lib/_tls_wrap.js
@@ -627,7 +627,7 @@ TLSSocket.prototype._finishInit = function() {
627
this.alpnProtocol = this._handle.getALPNNegotiatedProtocol();
628
}
629
630
- if (process.features.tls_sni && this._tlsOptions.isServer) {
+ if (process.features.tls_sni) {
631
this.servername = this._handle.getServername();
632
633
0 commit comments