Uh oh!
There was an error while loading. Please reload this page.
test: correct isReused parameter in test-http-parser - #23412
Conversation
Pass true for isReused in the two reinitialize calls to better reflect the actual usage here.
Trott
commented
Oct 10, 2018
Trott
commented
Nov 14, 2018
Trott
commented
Nov 14, 2018
@nodejs/http @nodejs/testing Can someone review this? |
Trott
commented
Nov 15, 2018
Resume Build CI again: https://ci.nodejs.org/job/node-test-pull-request/18623/ |
Trott
commented
Nov 15, 2018
Resume Build: https://ci.nodejs.org/job/node-test-pull-request/18633/ |
BridgeAR
commented
Dec 20, 2019
This seems pretty much good to go besides a rebase. @basti1302 I am very sorry that it took so long to look at this again. With all the PRs incoming it is some times difficult to keep track. |
gireeshpunathil
commented
Dec 28, 2019
ping @basti1302 - can you please rebase this? |
basti1302
commented
Dec 28, 2019
I actually think this has become obsolete with 8876ac5#diff-d4784c96a833a5b56576449c93b866fc / #25094 But I did not have time yet to dig into this again to check if it actually has become obsolete. I don't even fully remember in detail what this was about :) Honestly though, folks: You have let this sit well over a year but ping me after just a few days of me not responding? I'll take care of it in the next few days or weeks, when I find some time. |
gireeshpunathil
commented
Dec 28, 2019
@basti1302 - thanks no worries. and apologies for the double ping; did not see the previous one! |
Sorry, took me a while to follow up on this. This PR is definitely obsolete now. First, ece5073 removed the Closing. |
While backporting #23272 to v10.x and v8.x I noticed that the
isReusedparameters used in the tworeinitializecalls in this test should actually betrueinstead offalseto better reflect the actual usage here (the parser is being reused).This does not have any effect on the test result here (since we do not test async_hooks calls here) but for the sake of consistency the test should use the API correctly.
Refs: #23272
Checklist
make -j4 testpasses