http: remove unused hasItems() from freelist#30744
Conversation
|
Marking semver-major out of an abundance of caution as the API is exposed in one place: $ node -p "require('_http_common').parsers.hasItems()"
false
$ |
This comment has been minimized.
This comment has been minimized.
|
CITGM on master for comparison: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/2104/ (I'm seeing more |
|
The |
|
@Trott the |
Not just the fact that On master, |
Just checked for myself, and yeah, they show up on 13.2.0 CITGM, but a little less frequently. They've have to be unrelated. I'm being super-cautious though. Sorry for all the notifications. |
|
One hopefully-last CITGM against this PR: https://ci.nodejs.org/job/citgm-smoker/2109/ |
|
OK, the CITGM commander issue showed up on master too so I think this is good to land. I'm still going to let this one last CITGM run. I'm still bugged that it seems to occur about twice as often with this change, which again, makes no sense, but stranger stuff has happened.... |
|
(Also, it's happening but only very infrequently for me locally on master.) |
Last CITGM run with this PR, the timeout happened just twice, totally in line with master branch CITGM. Landing! |
|
Landed in ff2ed3e |
Remove the hasItems() method from freelist module as it is unused
internally.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes