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

doc: clarify http2.connect authority by jasnell · Pull Request #31828 · nodejs/node · GitHub

/ node Public

doc: clarify http2.connect authority - #31828

Closed
jasnell wants to merge 2 commits into
nodejs:masterfrom
jasnell:clarify-http2-connect-authority
Closed

doc: clarify http2.connect authority #31828
jasnell wants to merge 2 commits into
nodejs:masterfrom
jasnell:clarify-http2-connect-authority

Conversation

jasnell commented Feb 17, 2020

Copy link
Copy Markdown
Member

Clarify http2.connect authority parameter details

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

nodejs-github-bot added doc Issues and PRs related to the documentations. http2 Issues or PRs related to the http2 subsystem. labels Feb 17, 2020
Comment thread doc/api/http2.md
-->

* `authority` {string|URL}
* `authority` {string|URL} The remote HTTP/2 server to connect to. This must

This comment was marked as resolved.

szmarczak commented Feb 17, 2020
edited
Loading

Copy link
Copy Markdown
Member

I think I've already pointed out that the word authority is incorrectly used here, so redefining the meaning for Node.js won't change the RFC definition.

jasnell commented Feb 17, 2020

Copy link
Copy Markdown
Member Author

I'll look at changing to authority to origin in a separate PR. I want to go back and check what the name of the argument is in the source and change it there also if necessary to keep them in sync, just don't have the opportunity to do so yet.

jasnell added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Feb 24, 2020
Comment thread doc/api/http2.md Outdated

jasnell commented Feb 26, 2020

Copy link
Copy Markdown
Member Author

jasnell added a commit that referenced this pull request Feb 27, 2020
Fixes: #31827

PR-URL: #31828
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Signed-off-by: James M Snell <jasnell@gmail.com>

jasnell commented Feb 27, 2020

Copy link
Copy Markdown
Member Author

Landed in cbaae7a

jasnell closed this Feb 27, 2020
codebytere pushed a commit that referenced this pull request Feb 27, 2020
Fixes: #31827

PR-URL: #31828
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Signed-off-by: James M Snell <jasnell@gmail.com>
codebytere mentioned this pull request Feb 29, 2020
codebytere pushed a commit that referenced this pull request Mar 15, 2020
Fixes: #31827

PR-URL: #31828
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Signed-off-by: James M Snell <jasnell@gmail.com>
codebytere pushed a commit that referenced this pull request Mar 17, 2020
Fixes: #31827

PR-URL: #31828
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Signed-off-by: James M Snell <jasnell@gmail.com>
codebytere mentioned this pull request Mar 17, 2020
codebytere pushed a commit that referenced this pull request Mar 30, 2020
Fixes: #31827

PR-URL: #31828
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Signed-off-by: James M Snell <jasnell@gmail.com>
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.

6 participants


Back | FazBrowse Home | New Git URL