-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
Ignore and warn about unsupported header fields #347
Conversation
Unsupported header fields might mess up the creation of metadata.js (e.g.: next). Skip unknown header fields and log a warn about them.
Hey @aadsm sorry that your PR was left hanging for so long. This looks like a really useful feature. Could you rebase on master and update your PR? Would be very keen to merge this! 👍 |
@yangshun At one point I was thinking about a different design for this, but I have forgotten how I was going to handle it. And then I let it languish. Seeing how the "Squash and Merge" button is still enabled, it may not need a full rebase, just some prettier updates I think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good. Merging. Thanks @aadsm!
I added support for |
Unsupported header fields might mess up the creation of metadata.js (e.g.: next).
Skip unknown header fields and log a warn about them.
I believe these are all the supported fields at the moment?