Skip to content

Commit 07c514c

Browse files
klacabanetrivikr
authored andcommitted
tls: name anonymous function in tls.js
Refs: #8913 PR-URL: #21754 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Jon Moss <[email protected]>
1 parent 72624fd commit 07c514c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function convertProtocols(protocols) {
7676
return buff;
7777
}
7878

79-
exports.convertALPNProtocols = function(protocols, out) {
79+
exports.convertALPNProtocols = function convertALPNProtocols(protocols, out) {
8080
// If protocols is Array - translate it into buffer
8181
if (Array.isArray(protocols)) {
8282
out.ALPNProtocols = convertProtocols(protocols);

0 commit comments

Comments
 (0)