We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289ebb1 commit 353e66fCopy full SHA for 353e66f
test/parallel/test-https-truncate.js
@@ -46,6 +46,6 @@ const test = common.mustCall(function(res) {
46
res.on('data', function(chunk) {
47
bytes += chunk.length;
48
this.pause();
49
- setTimeout(this.resume.bind(this), 1);
+ setTimeout(() => { this.resume() }, 1);
50
});
51
0 commit comments