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

doc: improve doc Http2Stream: FrameError, Timeout and Trailers by dev-script · Pull Request #30373 · nodejs/node · GitHub

/ node Public

doc: improve doc Http2Stream: FrameError, Timeout and Trailers - #30373

Closed
dev-script wants to merge 2 commits into
nodejs:masterfrom
dev-script:docs/http2-stream-events
Closed

doc: improve doc Http2Stream: FrameError, Timeout and Trailers#30373
dev-script wants to merge 2 commits into
nodejs:masterfrom
dev-script:docs/http2-stream-events

Conversation

dev-script commented Nov 12, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

Changes in doc/http2.md for 'frameError', 'timeout', 'trailers' events
which tell readers that these events except any arguments or doesn't.

Fixes: nodejs/help#877

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

Add line in doc/http2.md for 'frameError', 'timeout', 'trailers' events
which tell readers that these events except any arguments or doesn't.

Fixes: nodejs/help#877
nodejs-github-bot added doc Issues and PRs related to the documentations. http2 Issues or PRs related to the http2 subsystem. labels Nov 12, 2019
Comment thread doc/api/http2.md Outdated
Add arguments in doc/http2.md for 'trailers' event which tell readers
that 'trailers' event except arguments.

Fixes: nodejs/help#877

Copy link
Copy Markdown
Member

gireeshpunathil added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Nov 25, 2019

Copy link
Copy Markdown
Member

ping @Trott - PTAL!

BridgeAR pushed a commit that referenced this pull request Dec 9, 2019
Document arguments for the 'frameError', 'timeout' and 'trailers'
event.

PR-URL: #30373
Fixes: nodejs/help#877
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>

BridgeAR commented Dec 9, 2019

Copy link
Copy Markdown
Member

This seemed good to go (the comment seemed properly addressed to me).

Landed in caa96dd 🎉

BridgeAR closed this Dec 9, 2019
targos pushed a commit that referenced this pull request Dec 10, 2019
Document arguments for the 'frameError', 'timeout' and 'trailers'
event.

PR-URL: #30373
Fixes: nodejs/help#877
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins mentioned this pull request Dec 13, 2019
targos pushed a commit that referenced this pull request Jan 14, 2020
Document arguments for the 'frameError', 'timeout' and 'trailers'
event.

PR-URL: #30373
Fixes: nodejs/help#877
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
BethGriggs pushed a commit that referenced this pull request Feb 6, 2020
Document arguments for the 'frameError', 'timeout' and 'trailers'
event.

PR-URL: #30373
Fixes: nodejs/help#877
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins mentioned this pull request Feb 8, 2020
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. http2 Issues or PRs related to the http2 subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document event arguments (http2, maybe more)

6 participants


Back | FazBrowse Home | New Git URL