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'})
In #44180, we thought that the "early hints" implementation is not complete as it landed.
We need to fix it either as:
or