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: improve doc Http2Stream: FrameError, Timeout and Trailers #30373

Closed
wants to merge 2 commits into from
Closed

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

wants to merge 2 commits into from

Conversation

dev-script
Copy link
Contributor

@dev-script dev-script commented Nov 12, 2019

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 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
doc/api/http2.md Outdated Show resolved Hide resolved
Add arguments in doc/http2.md for 'trailers' event which tell readers
that 'trailers' event except arguments.

Fixes: nodejs/help#877
@gireeshpunathil
Copy link
Member

@gireeshpunathil gireeshpunathil added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Nov 25, 2019
@gireeshpunathil
Copy link
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
Copy link
Member

BridgeAR commented Dec 9, 2019

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

Landed in caa96dd 🎉

@BridgeAR 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 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 MylesBorins mentioned this pull request Feb 8, 2020
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. 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