Skip to content

Commit c30a8f4

Browse files
apapirovskiBethGriggs
authored andcommitted
test: fix flaky http2-flow-control test
Backport-PR-URL: #22850 PR-URL: #20556 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
1 parent 448922d commit c30a8f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
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)