We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c6fa4 commit a596a5dCopy full SHA for a596a5d
test/sequential/test-http-server-consumed-timeout.js
@@ -31,7 +31,7 @@ server.listen(0, common.mustCall(() => {
31
const req = http.request({
32
port: server.address().port,
33
method: 'POST'
34
- }, (res) => {
+ }, () => {
35
const interval = setInterval(() => {
36
intervalWasInvoked = true;
37
// If machine is busy enough that the interval takes more than TIMEOUT ms
0 commit comments