Nick Sia

Results 6 comments of Nick Sia

Could I get a hand getting this merged please?

Oh sorry - I missed that. Let me take a look.

I was able to repro on Mac 12.4: ``` === release test-http-server-request-timeouts-mixed === Path: parallel/test-http-server-request-timeouts-mixed node:assert:400 throw err; ^ AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(request2.completed) at...

Sure thing - here's a screenshot of my system details: My machine was plugged into the wall. Test was running in CLion's integrated terminal. I'd say "low-medium" utilisation, had Postgres...

Here's some awfully crude dumps (sorry!), printing out the value of `request2.completed` every 100ms with setInterval. **Failed Run:** ``` @[101ms] request2.completed: undefined @[201ms] request2.completed: undefined @[303ms] request2.completed: undefined request2 client...

The times don't quite match up, which is causing this issue. `headersTimeout: 2000ms` `requestTimeout: 4000ms` `connectionsCheckingInterval: 500ms` Request 2 is started at `headersTimeout * 0.2`, or `400ms`. Headers time out...