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: remove undefined reference variable #16106

Closed
wants to merge 2 commits into from

Conversation

adarsh2397
Copy link
Contributor

@adarsh2397 adarsh2397 commented Oct 9, 2017

Remove undefined reference variable 'common' from http2 API

Checklist
Affected core subsystem(s)

doc

Fixes: #16068

Remove undefined reference variable 'common' from http2 API
@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 Oct 9, 2017
doc/api/http2.md Outdated
@@ -1899,7 +1899,9 @@ const req = client.request({
':authority': `localhost:${port}`
});

req.on('response', common.mustCall());
req.on('response', (headers) => {
console.log(headers[':status']);
Copy link
Member

Choose a reason for hiding this comment

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

Would be great if this is headers[http2.constants.HTTP2_HEADER_STATUS]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hey, thanks for the review. I just made the necessary changes to the line.

Replaced `headers[':status']` with `headers[http2.constants.HTTP2_HEADER_STATUS]`
@joyeecheung
Copy link
Member

@joyeecheung
Copy link
Member

Oops, this is a doc change, doesn't need CI.

@joyeecheung
Copy link
Member

Landed in a84e10e, thanks!

joyeecheung pushed a commit that referenced this pull request Oct 12, 2017
Remove undefined reference variable 'common' from http2 API

PR-URL: #16106
Fixes: #16068
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax pushed a commit to ayojs/ayo that referenced this pull request Oct 15, 2017
Remove undefined reference variable 'common' from http2 API

PR-URL: nodejs/node#16106
Fixes: nodejs/node#16068
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Oct 18, 2017
Remove undefined reference variable 'common' from http2 API

PR-URL: #16106
Fixes: #16068
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Oct 18, 2017
Remove undefined reference variable 'common' from http2 API

PR-URL: #16106
Fixes: #16068
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

5 participants