-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.
Description
In #44180, we thought that the "early hints" implementation is not complete as it landed.
We need to fix it either as:
response.writeEarlyHints({
link: 'your link header',
x-trace-id: 'id for diagnostics'
})
or
response.writeInfomation(103, "Early Hints", {
link: 'your link header',
x-trace-id: 'id for diagnostics'
})
Metadata
Metadata
Assignees
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.