| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a592871 commit 0f70017
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -85,7 +85,7 @@ exports.convertNPNProtocols = internalUtil.deprecate(function(protocols, out) { | |||
| 85 | 85 | } | |
| 86 | 86 | }, 'tls.convertNPNProtocols() is deprecated.', 'DEP0107'); | |
| 87 | 87 | ||
| 88 | - exports.convertALPNProtocols = function(protocols, out) { | ||
| 88 | + exports.convertALPNProtocols = function convertALPNProtocols(protocols, out) { | ||
| 89 | 89 | // If protocols is Array - translate it into buffer | |
| 90 | 90 | if (Array.isArray(protocols)) { | |
| 91 | 91 | out.ALPNProtocols = convertProtocols(protocols); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments