We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
It would be a great thing to be able to send HTTP 103 headers aka early hints using njs, actually, tryed using
r.headersOut['Link'] = '</style.css>; rel=preload; as=style'; r.headersOut['Link'] = '</script.js>; rel=preload; as=script'; r.return(103, "");
in js_content or when setting a variable with js_var...
js_content
js_var.
but got error curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)
curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)
makes sens, so needs internal support for this?
regards
The text was updated successfully, but these errors were encountered:
@jaysee nginx/nginx#326
You'd be able to do it using add_header in the location that has js_content at least if/when this merged.
Sorry, something went wrong.
No branches or pull requests
It would be a great thing to be able to send HTTP 103 headers aka early hints using njs, actually, tryed using
in
js_content
or when setting a variable withjs_var.
..but got error
curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)
makes sens, so needs internal support for this?
regards
The text was updated successfully, but these errors were encountered: