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

http2: expand list of known headers #15434

Closed

Conversation

apapirovski
Copy link
Member

@apapirovski apapirovski commented Sep 15, 2017

This PR adds access-control-*, dnt, forwarded, tk, upgrade-insecure-requests, warning, x-content-type-options and x-frame-options to known list of headers for HTTP2. Also expands tests to account for these headers. Should address #15337

All of the headers added have an official proposal/standard and are in active use. There might be more that I missed since they're kind of scattered all over and there's no one perfect list.

The most impactful thing here is the validation for new single value headers (since adding things that aren't single value headers to that list would break users' code):

Let me know if any changes are needed. Thanks!

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

http2, test

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. http2 Issues or PRs related to the http2 subsystem. labels Sep 15, 2017
Copy link
Member

@jasnell jasnell left a comment

Choose a reason for hiding this comment

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

LGTM but it would be helpful (albeit tedious) if the commit message could list the RFCs/Specs that each of these new items belongs to.

@apapirovski
Copy link
Member Author

No problem, will definitely get it updated in the next day or two. I had the same thought earlier but figured I would at least start the review process for it.

@ronag
Copy link
Member

ronag commented Sep 19, 2017

What about Trailer?

@apapirovski
Copy link
Member Author

apapirovski commented Sep 19, 2017

Updated to include Trailer & also added Refs for all the different specs to the commit message. This should be ready for a CI run.

@jasnell
Copy link
Member

jasnell commented Sep 19, 2017

@apapirovski
Copy link
Member Author

Failures don't seem related as far as I can tell. I've seen the linter fail a few times recently even though it doesn't seem to indicate any errors being present?

jasnell pushed a commit that referenced this pull request Sep 20, 2017
@jasnell
Copy link
Member

jasnell commented Sep 20, 2017

Landed in 2f5bef4

@jasnell jasnell closed this Sep 20, 2017
@apapirovski apapirovski deleted the patch-http2-known-headers branch September 20, 2017 11:19
jasnell pushed a commit that referenced this pull request Sep 20, 2017
Qard pushed a commit to Qard/ayo that referenced this pull request Sep 21, 2017
Qard pushed a commit to Qard/ayo that referenced this pull request Sep 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. http2 Issues or PRs related to the http2 subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants