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 36be8bb

Browse filesBrowse files
apapirovskiMylesBorins
authored andcommitted
test: fix flaky http2-flow-control test
PR-URL: #20556 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent ff91140 commit 36be8bb
Copy full SHA for 36be8bb

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎test/parallel/test-http2-misbehaving-flow-control-paused.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-http2-misbehaving-flow-control-paused.js
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ server.on('stream', (stream) => {
7070
client.destroy();
7171
}));
7272
stream.on('end', common.mustNotCall());
73-
stream.respond();
74-
stream.end('ok');
7573
});
7674

7775
server.listen(0, () => {

0 commit comments

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