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 fcf9b46

Browse filesBrowse files
hassaanpMylesBorins
authored andcommitted
test: discard data received by client
This test was timing out after update to OpenSSL-1.1.1e. PR-URL: #32328 Fixes: #32210 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent d640426 commit fcf9b46
Copy full SHA for fcf9b46

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎test/sequential/test-tls-psk-client.js‎

Copy file name to clipboardExpand all lines: test/sequential/test-tls-psk-client.js
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const timeout = setTimeout(() => cleanUp('Timeouted'), 5000);
3737

3838
function waitForPort(port, cb) {
3939
const socket = net.connect(common.PORT, () => {
40+
socket.on('data', () => {});
4041
socket.end();
4142
socket.on('end', cb);
4243
});

0 commit comments

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