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 9c2f24e

Browse filesBrowse files
tomhallamMylesBorins
authored andcommitted
errors: fix typo in TLS_SESSION_ATTACK message
PR-URL: #17388 Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent e3df569 commit 9c2f24e
Copy full SHA for 9c2f24e

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/internal/errors.js‎

Copy file name to clipboardExpand all lines: lib/internal/errors.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ E('ERR_TLS_HANDSHAKE_TIMEOUT', 'TLS handshake timeout');
341341
E('ERR_TLS_RENEGOTIATION_FAILED', 'Failed to renegotiate');
342342
E('ERR_TLS_REQUIRED_SERVER_NAME',
343343
'"servername" is required parameter for Server.addContext');
344-
E('ERR_TLS_SESSION_ATTACK', 'TSL session renegotiation attack detected');
344+
E('ERR_TLS_SESSION_ATTACK', 'TLS session renegotiation attack detected');
345345
E('ERR_TRANSFORM_ALREADY_TRANSFORMING',
346346
'Calling transform done when still transforming');
347347
E('ERR_TRANSFORM_WITH_LENGTH_0',

0 commit comments

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