Skip to content
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

doc: fix added: info for outgoingMessage.{,un}cork() #42711

Conversation

lpinca
Copy link
Member

@lpinca lpinca commented Apr 12, 2022

outgoingMessage.cork() and outgoingMessage.uncork() were added to
Node.js v13.2.0 via 62e15a7 and backported to Node.js v12.16.0 via
db8144b.

`outgoingMessage.cork()` and `outgoingMessage.uncork()` were added to
Node.js v13.2.0 via 62e15a7 and backported to Node.js v12.16.0 via
db8144b.
@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/http
  • @nodejs/net

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. http Issues or PRs related to the http subsystem. labels Apr 12, 2022
Copy link
Contributor

@ShogunPanda ShogunPanda left a comment

Choose a reason for hiding this comment

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

LGTM

@marsonya marsonya added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 13, 2022
@marsonya marsonya added the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 14, 2022
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Apr 14, 2022
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/42711
✔  Done loading data for nodejs/node/pull/42711
----------------------------------- PR info ------------------------------------
Title      doc: fix `added:` info for `outgoingMessage.{,un}cork()` (#42711)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     lpinca:fix/added-info-for-outgoing-message-cork-uncork -> nodejs:master
Labels     http, doc, author ready
Commits    1
 - doc: fix `added:` info for `outgoingMessage.{,un}cork()`
Committers 1
 - Luigi Pinca 
PR-URL: https://github.com/nodejs/node/pull/42711
Reviewed-By: Paolo Insogna 
Reviewed-By: Antoine du Hamel 
Reviewed-By: Akhil Marsonya 
Reviewed-By: Mestery 
Reviewed-By: James M Snell 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/42711
Reviewed-By: Paolo Insogna 
Reviewed-By: Antoine du Hamel 
Reviewed-By: Akhil Marsonya 
Reviewed-By: Mestery 
Reviewed-By: James M Snell 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Tue, 12 Apr 2022 18:52:04 GMT
   ✔  Approvals: 5
   ✔  - Paolo Insogna (@ShogunPanda): https://github.com/nodejs/node/pull/42711#pullrequestreview-940014413
   ✔  - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/42711#pullrequestreview-940238337
   ✔  - Akhil Marsonya (@marsonya): https://github.com/nodejs/node/pull/42711#pullrequestreview-940594786
   ✔  - Mestery (@Mesteery): https://github.com/nodejs/node/pull/42711#pullrequestreview-940832432
   ✔  - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/42711#pullrequestreview-941135322
   ✖  This PR needs to wait 11 more hours to land
   ✔  Last GitHub CI successful
   ℹ  Green GitHub CI is sufficient
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/2165792519

@aduh95 aduh95 added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Apr 14, 2022
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 14, 2022
@nodejs-github-bot nodejs-github-bot merged commit c4a736c into nodejs:master Apr 14, 2022
@nodejs-github-bot
Copy link
Collaborator

Landed in c4a736c

@lpinca lpinca deleted the fix/added-info-for-outgoing-message-cork-uncork branch April 15, 2022 04:57
xtx1130 pushed a commit to xtx1130/node that referenced this pull request Apr 25, 2022
`outgoingMessage.cork()` and `outgoingMessage.uncork()` were added to
Node.js v13.2.0 via 62e15a7 and backported to Node.js v12.16.0 via
db8144b.

PR-URL: nodejs#42711
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: James M Snell <[email protected]>
targos pushed a commit that referenced this pull request Apr 28, 2022
`outgoingMessage.cork()` and `outgoingMessage.uncork()` were added to
Node.js v13.2.0 via 62e15a7 and backported to Node.js v12.16.0 via
db8144b.

PR-URL: #42711
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@targos targos mentioned this pull request May 2, 2022
juanarbol pushed a commit that referenced this pull request May 31, 2022
`outgoingMessage.cork()` and `outgoingMessage.uncork()` were added to
Node.js v13.2.0 via 62e15a7 and backported to Node.js v12.16.0 via
db8144b.

PR-URL: #42711
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: James M Snell <[email protected]>
danielleadams pushed a commit that referenced this pull request Jun 27, 2022
`outgoingMessage.cork()` and `outgoingMessage.uncork()` were added to
Node.js v13.2.0 via 62e15a7 and backported to Node.js v12.16.0 via
db8144b.

PR-URL: #42711
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: James M Snell <[email protected]>
targos pushed a commit that referenced this pull request Jul 11, 2022
`outgoingMessage.cork()` and `outgoingMessage.uncork()` were added to
Node.js v13.2.0 via 62e15a7 and backported to Node.js v12.16.0 via
db8144b.

PR-URL: #42711
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: James M Snell <[email protected]>
targos pushed a commit that referenced this pull request Jul 31, 2022
`outgoingMessage.cork()` and `outgoingMessage.uncork()` were added to
Node.js v13.2.0 via 62e15a7 and backported to Node.js v12.16.0 via
db8144b.

PR-URL: #42711
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: James M Snell <[email protected]>
guangwong pushed a commit to noslate-project/node that referenced this pull request Oct 10, 2022
`outgoingMessage.cork()` and `outgoingMessage.uncork()` were added to
Node.js v13.2.0 via 62e15a793a56 and backported to Node.js v12.16.0 via
db8144be3187.

PR-URL: nodejs/node#42711
Reviewed-By: Paolo Insogna <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: James M Snell <[email protected]>
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 pending requests for changes, 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.

7 participants