FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: http event order correction by wh0 · Pull Request #51464 · nodejs/node · GitHub

/ node Public

doc: http event order correction - #51464

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
wh0:patch-1
Mar 25, 2024
Merged

doc: http event order correction#51464
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
wh0:patch-1

Conversation

wh0 commented Jan 14, 2024

Copy link
Copy Markdown
Contributor

#33035 changed the order of events coming from socketCloseListener in _http_client.js, using res.destroy(...) to call res.emit('error', ...) and res.emit('close') together on the next tick(s) instead of manually putting one before and one after the req.emit('close'). This fixes the doc to reflect this order of events.

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/http
  • @nodejs/net

nodejs-github-bot added doc Issues and PRs related to the documentations. http Issues or PRs related to the http subsystem. labels Jan 14, 2024
marco-ippolito added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Mar 25, 2024
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Mar 25, 2024
nodejs-github-bot merged commit 8bd3cb2 into nodejs:main Mar 25, 2024

Copy link
Copy Markdown
Collaborator

Landed in 8bd3cb2

marco-ippolito pushed a commit that referenced this pull request May 2, 2024
PR-URL: #51464
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
marco-ippolito pushed a commit that referenced this pull request May 3, 2024
PR-URL: #51464
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. doc Issues and PRs related to the documentations. http Issues or PRs related to the http subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL