Skip to content

Commit

Permalink
test: fix flaky http2-flow-control test
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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>
  • Loading branch information
apapirovski authored and kjin committed Sep 19, 2018
1 parent 5cb1082 commit e05d11d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/parallel/test-http2-misbehaving-flow-control-paused.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ server.on('stream', (stream) => {
client.destroy();
}));
stream.on('end', common.mustNotCall());
stream.respond();
stream.end('ok');
});

server.listen(0, () => {
Expand Down

0 comments on commit e05d11d

Please sign in to comment.