Uh oh!
There was an error while loading. Please reload this page.
http: cleanup ClientRequest oncreate - #36862
Conversation
ronag
commented
Jan 10, 2021
@nodejs/http |
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Jan 11, 2021
nodejs-github-bot
commented
Jan 11, 2021
dnlup
commented
Jan 15, 2021
ronag
commented
Jan 15, 2021
@dnlup Do you want to try and land this? |
dnlup
commented
Jan 15, 2021
dnlup
commented
Jan 15, 2021
dnlup
commented
Jan 16, 2021
The job is pretty long. It's still running. I don't see performance regressions so far, inspecting the job console output. |
PR-URL: #36862 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Daniele Belardi <dwon.dnl@gmail.com>
Landed in 963dec3 |
Trott
commented
Jan 19, 2021
@dnlup The http benchmarks take a long time to run, so it's usually a good idea to use the filter option to run a subset of the http benchmarks. In this case, I think using I'll open a draft revert PR so we can see that benchmark. Assuming no significant performance issues, I'll close the draft revert PR. |
dnlup
commented
Jan 19, 2021
@Trott thank you for the explanation. I apologize for the extra work I caused. |
PR-URL: #36862 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Daniele Belardi <dwon.dnl@gmail.com>
Trott
commented
Feb 14, 2021
No worries at all. I was only letting you know in case this is an area where you plan on doing other similar work and may need to run another |
PR-URL: #36862 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Daniele Belardi <dwon.dnl@gmail.com>
Iterative work towards cleaning up ClientRequest.