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

src: remove usage of `AllocatedBuffer` from `node_http2` by RaisinTen · Pull Request #40584 · nodejs/node · GitHub

/ node Public

src: remove usage of AllocatedBuffer from node_http2 - #40584

Closed
RaisinTen wants to merge 1 commit into
nodejs:masterfrom
RaisinTen:src/remove-usage-of-AllocatedBuffer-from-node_http2
Closed

src: remove usage of AllocatedBuffer from node_http2#40584
RaisinTen wants to merge 1 commit into
nodejs:masterfrom
RaisinTen:src/remove-usage-of-AllocatedBuffer-from-node_http2

Conversation

Copy link
Copy Markdown
Member

Signed-off-by: Darshan Sen darshan.sen@postman.com

Signed-off-by: Darshan Sen <darshan.sen@postman.com>
nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run. labels Oct 24, 2021

This comment has been minimized.

This comment has been minimized.

RaisinTen removed the needs-ci PRs that need a full CI run. label Oct 24, 2021

This comment has been minimized.

This comment has been minimized.

Comment thread src/node_http2.cc

Local<Value> argv[] = {
ack ? v8::True(env()->isolate()) : v8::False(env()->isolate()),
ack ? True(env()->isolate()) : False(env()->isolate()),

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

nit: for these two in particular I tend to prefer keeping the v8:: prefix. Not blocking tho

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

@jasnell is it because these are similar to true and false?

RaisinTen added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Oct 26, 2021

Copy link
Copy Markdown
Collaborator

RaisinTen added the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 30, 2021
github-actions Bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 30, 2021

Copy link
Copy Markdown
Contributor

Landed in ff536fa...f8035ec

github-actions Bot closed this Oct 30, 2021
nodejs-github-bot pushed a commit that referenced this pull request Oct 30, 2021
Signed-off-by: Darshan Sen <darshan.sen@postman.com>

PR-URL: #40584
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
RaisinTen deleted the src/remove-usage-of-AllocatedBuffer-from-node_http2 branch October 30, 2021 08:59
targos pushed a commit that referenced this pull request Nov 6, 2021
Signed-off-by: Darshan Sen <darshan.sen@postman.com>

PR-URL: #40584
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
targos mentioned this pull request Nov 8, 2021
BethGriggs pushed a commit that referenced this pull request Nov 25, 2021
Signed-off-by: Darshan Sen <darshan.sen@postman.com>

PR-URL: #40584
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
BethGriggs mentioned this pull request Nov 26, 2021
1 task
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. c++ Issues and PRs that require attention from people who are familiar with C++. http2 Issues or PRs related to the http2 subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL