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 a592871 commit 0f70017Copy full SHA for 0f70017
lib/tls.js
@@ -85,7 +85,7 @@ exports.convertNPNProtocols = internalUtil.deprecate(function(protocols, out) {
85
}
86
}, 'tls.convertNPNProtocols() is deprecated.', 'DEP0107');
87
88
-exports.convertALPNProtocols = function(protocols, out) {
+exports.convertALPNProtocols = function convertALPNProtocols(protocols, out) {
89
// If protocols is Array - translate it into buffer
90
if (Array.isArray(protocols)) {
91
out.ALPNProtocols = convertProtocols(protocols);
0 commit comments