Uh oh!
There was an error while loading. Please reload this page.
[v14.x Backport] http: don't cork noop .end() - #36940
Conversation
PR-URL: nodejs#36633Fixes: nodejs#36620 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com> (cherry picked from commit ec794f9)
mitsos1os
commented
Jan 16, 2021
I can't directly request a review on the PR, so according to the original PR reviewers, @mcollina@benjamingr@danielleadams@rickyes could you please take a look? Thanks! |
mcollina
commented
Jan 16, 2021
This needs a CITGM run before landing. |
mitsos1os
commented
Jan 16, 2021
Ok thanks! Do I need to do anything else, or will the required labels be automatically added for CI testing? |
mcollina
commented
Jan 17, 2021
https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/2570/ might do the trick |
mcollina
commented
Jan 18, 2021
v14.x-staging CITGM because there are a few suspects: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/2572/ |
@mcollina sorry but didn't get what "too quick" was referring to... 😄 |
mcollina
left a comment
There was a problem hiding this comment.
lgtm
I needed to check the result of CITGM on v14.x-staging
mitsos1os
commented
Jan 21, 2021
Do I need anything else to prep the PR or we are good to go now? |
mcollina
commented
Jan 21, 2021
This comment has been minimized.
This comment has been minimized.
BethGriggs
commented
Jan 26, 2021
Landed in 15a16cd...5593187 (v14.x-staging) |
Backport to v14 of #36633
It has been merged to latest v15 but for the time being not in the v14.x branch.
Some changes needed because code in
_http_outgoing.jsand tests is different between versions v14 and v15