Skip to content

http: revert incomingmessage autodestroy - #36647

Closed
dnlup wants to merge 1 commit into
nodejs:v15.x-stagingfrom
dnlup:fix/revert_incoming_autodestroy
Closed

http: revert incomingmessage autodestroy#36647
dnlup wants to merge 1 commit into
nodejs:v15.x-stagingfrom
dnlup:fix/revert_incoming_autodestroy

Conversation

@dnlup

Copy link
Copy Markdown
Contributor

This reverts commits:

Because of the breaking change in the order of emitting the close event in IncomingMessage described in #33035 (comment)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

This reverts commits:
* 55e83cb
* 6120028
* 70eaf55
* 5ae9690
* f20a88f
* a6bf74e
* 8154e47
Because of the breaking change in the order of emitting the `close`
event in `IncomingMessage` described in:
nodejs#33035 (comment)
@nodejs-github-botnodejs-github-bot added http Issues or PRs related to the http subsystem. v15.x labels Dec 27, 2020
@ronag
ronag requested a review from mcollinaDecember 27, 2020 20:06
@ronag

Copy link
Copy Markdown
Member

@nodejs/http

@mcollinamcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollinamcollina added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 28, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 28, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

MylesBorins pushed a commit that referenced this pull request Jan 5, 2021
This reverts commits:
* 55e83cb
* 6120028
* 70eaf55
* 5ae9690
* f20a88f
* a6bf74e
* 8154e47
Because of the breaking change in the order of emitting the `close`
event in `IncomingMessage` described in:
#33035 (comment)
PR-URL: #36647
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@MylesBorins

Copy link
Copy Markdown
Contributor

Landed in c784f15

@dnlup
dnlup deleted the fix/revert_incoming_autodestroy branch January 5, 2021 16:23
@danielleadamsdanielleadams mentioned this pull request Jan 12, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

httpIssues or PRs related to the http subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@dnlup@ronag@nodejs-github-bot@MylesBorins@mcollina@Trott