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 72624fd commit 07c514cCopy full SHA for 07c514c
lib/tls.js
@@ -76,7 +76,7 @@ function convertProtocols(protocols) {
76
return buff;
77
}
78
79
-exports.convertALPNProtocols = function(protocols, out) {
+exports.convertALPNProtocols = function convertALPNProtocols(protocols, out) {
80
// If protocols is Array - translate it into buffer
81
if (Array.isArray(protocols)) {
82
out.ALPNProtocols = convertProtocols(protocols);
0 commit comments