Skip to content

http: ensure client request emits close#33178

Closed
ronag wants to merge 2 commits into
nodejs:masterfrom
nxtedition:agent-req-close
Closed

http: ensure client request emits close#33178
ronag wants to merge 2 commits into
nodejs:masterfrom
nxtedition:agent-req-close

Conversation

@ronag

@ronag ronag commented Apr 30, 2020

Copy link
Copy Markdown
Member

If socket creation failed then an error would be
emitted on the client request object, but not
'close' nor would destroyed be set to true.

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

If socket creation failed then an error would be
emitted on the client request object, but not
'close' nor would destroyed be set to true.
@nodejs-github-bot nodejs-github-bot added the http Issues or PRs related to the http subsystem. label Apr 30, 2020
@ronag

ronag commented Apr 30, 2020

Copy link
Copy Markdown
Member Author

@nodejs/http

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@ronag ronag requested a review from lundibundi May 2, 2020 07:38

@mcollina mcollina 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

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@ronag

ronag commented May 4, 2020

Copy link
Copy Markdown
Member Author

Landed in 027e1c7

@ronag ronag closed this May 4, 2020
ronag added a commit that referenced this pull request May 4, 2020
If socket creation failed then an error would be
emitted on the client request object, but not
'close' nor would destroyed be set to true.

PR-URL: #33178
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
targos pushed a commit that referenced this pull request May 4, 2020
If socket creation failed then an error would be
emitted on the client request object, but not
'close' nor would destroyed be set to true.

PR-URL: #33178
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@targos targos mentioned this pull request May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

http Issues or PRs related to the http subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants