Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f70017

Browse filesBrowse files
klacabanetargos
authored andcommitted
tls: name anonymous function in tls.js
Refs: #8913 PR-URL: #21754 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Jon Moss <me@jonathanmoss.me>
1 parent a592871 commit 0f70017
Copy full SHA for 0f70017

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lib/tls.js‎

Copy file name to clipboardExpand all lines: lib/tls.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ exports.convertNPNProtocols = internalUtil.deprecate(function(protocols, out) {
8585
}
8686
}, 'tls.convertNPNProtocols() is deprecated.', 'DEP0107');
8787

88-
exports.convertALPNProtocols = function(protocols, out) {
88+
exports.convertALPNProtocols = function convertALPNProtocols(protocols, out) {
8989
// If protocols is Array - translate it into buffer
9090
if (Array.isArray(protocols)) {
9191
out.ALPNProtocols = convertProtocols(protocols);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.