Navigation Menu

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

http,http2: support more attributes for early hint link #44874

Merged
merged 1 commit into from Oct 14, 2022

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented Oct 3, 2022

Link header should eventually have to support all attributes of the HTML link element.

Resolves #44843.
Dependent of #44820.

@nodejs-github-bot nodejs-github-bot added the needs-ci PRs that need a full CI run. label Oct 3, 2022
@zekth
Copy link

zekth commented Oct 3, 2022

Links in your issue are invalid

lib/internal/validators.js Outdated Show resolved Hide resolved
@anonrig anonrig changed the title lib: support more attributes for early hint link http,http2: support more attributes for early hint link Oct 3, 2022
@ZYSzys
Copy link
Member

ZYSzys commented Oct 7, 2022

Can we add some tests ?

@anonrig
Copy link
Member Author

anonrig commented Oct 7, 2022

I added some tests. Thank you for the review @ZYSzys

@anonrig anonrig requested a review from zekth October 9, 2022 18:43
@mcollina mcollina added http Issues or PRs related to the http subsystem. http2 Issues or PRs related to the http2 subsystem. request-ci Add this label to start a Jenkins CI on a PR. labels Oct 9, 2022
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 9, 2022
@nodejs-github-bot
Copy link
Collaborator

@zekth
Copy link

zekth commented Oct 10, 2022

anonrig requested a review from zekth 22 hours ago

I'm sorry i don't have permissions on this repo. But LGTM.

@mcollina mcollina added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 11, 2022
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 11, 2022
@nodejs-github-bot
Copy link
Collaborator

@anonrig
Copy link
Member Author

anonrig commented Oct 14, 2022

Can we get this through the finish line? @jasnell @mcollina

@anonrig anonrig added the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 14, 2022
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 14, 2022
@nodejs-github-bot nodejs-github-bot merged commit 2649aab into nodejs:main Oct 14, 2022
@nodejs-github-bot
Copy link
Collaborator

Landed in 2649aab

RafaelGSS pushed a commit that referenced this pull request Nov 1, 2022
PR-URL: #44874
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@RafaelGSS RafaelGSS mentioned this pull request Nov 1, 2022
RafaelGSS pushed a commit that referenced this pull request Nov 10, 2022
PR-URL: #44874
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this pull request Dec 30, 2022
PR-URL: #44874
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this pull request Dec 30, 2022
PR-URL: #44874
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this pull request Jan 3, 2023
PR-URL: #44874
Reviewed-By: Matteo Collina <matteo.collina@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
http Issues or PRs related to the http subsystem. http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

response.writeEarlyHints should support all link properties
6 participants