Skip to content

http2: remove streamError from docs - #22246

Closed
jasnell wants to merge 2 commits into
nodejs:masterfrom
jasnell:http2-remove-streamerror-from-docs
Closed

http2: remove streamError from docs#22246
jasnell wants to merge 2 commits into
nodejs:masterfrom
jasnell:http2-remove-streamerror-from-docs

Conversation

@jasnell

Copy link
Copy Markdown
Member

streamError was removed quite some time ago but the docs and
code comments weren't updated. Fix that.

Fixes: #20211

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

`streamError` was removed quite some time ago but the docs and
code comments weren't updated. Fix that.
Fixes: nodejs#20211
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added dont-land-on-v6.x http2 Issues or PRs related to the http2 subsystem. labels Aug 10, 2018
@jasnell
jasnell requested a review from mcollinaAugust 10, 2018 18:36
@jasnell

Copy link
Copy Markdown
MemberAuthor

@jasnelljasnell added the fast-track PRs that do not need to wait for 48 hours to land. label Aug 11, 2018
@jasnell

Copy link
Copy Markdown
MemberAuthor

Please 👍 to fast track

@jasnelljasnell added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 11, 2018

@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

// Check that destroying the Http2ServerResponse stream produces
// the expected result, including the ability to throw an error
// which is emitted on server.streamError
// the expected result

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nit: period at the comment end?

@jasnell

Copy link
Copy Markdown
MemberAuthor

jasnell added a commit that referenced this pull request Aug 12, 2018
`streamError` was removed quite some time ago but the docs and
code comments weren't updated. Fix that.
Fixes: #20211
PR-URL: #22246
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@jasnell

Copy link
Copy Markdown
MemberAuthor

Landed in c8aa83c (fast-tracked with approval)

@jasnelljasnell closed this Aug 12, 2018
targos pushed a commit that referenced this pull request Aug 12, 2018
`streamError` was removed quite some time ago but the docs and
code comments weren't updated. Fix that.
Fixes: #20211
PR-URL: #22246
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@rvaggrvagg mentioned this pull request Aug 13, 2018
kjin pushed a commit to kjin/node that referenced this pull request Sep 25, 2018
`streamError` was removed quite some time ago but the docs and
code comments weren't updated. Fix that.
Fixes: nodejs#20211
PR-URL: nodejs#22246
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
kjin pushed a commit to kjin/node that referenced this pull request Oct 16, 2018
`streamError` was removed quite some time ago but the docs and
code comments weren't updated. Fix that.
Fixes: nodejs#20211
PR-URL: nodejs#22246
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
BethGriggs pushed a commit that referenced this pull request Oct 17, 2018
`streamError` was removed quite some time ago but the docs and
code comments weren't updated. Fix that.
Fixes: #20211
Backport-PR-URL: #22850
PR-URL: #22246
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@BethGriggsBethGriggs mentioned this pull request Oct 30, 2018
firass111 pushed a commit to firass111/Project_node1 that referenced this pull request Apr 16, 2025
`streamError` was removed quite some time ago but the docs and
code comments weren't updated. Fix that.
Fixes: nodejs/node#20211
PR-URL: nodejs/node#22246
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.fast-trackPRs that do not need to wait for 48 hours to land.http2Issues or PRs related to the http2 subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@jasnell@nodejs-github-bot@mcollina@lpinca@cjihrig@maclover7@vsemozhetbyt@trivikr