-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
And...CITGM this PR: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/2105/ |
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