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

Allow streamed client side navigation to be compressed (gzip/brotli) by proxies #9171

Open
Smirow opened this issue Feb 22, 2023 · 0 comments
Labels
feature / enhancement New feature or request

Comments

@Smirow
Copy link

Smirow commented Feb 22, 2023

Describe the problem

Streamed (defered) client side navigation cannot be compressed by proxies because of the proprietary MIME introduced in #9142.

Describe the proposed solution

Next seems to be going for text/x-component for rsc which is a bit strange, and will not resolve the buffering issue tackled by #9142.

X-Content-Type-Options=nosniff should prevent browsers from buffering, but the buffering behavior described here will be extended to client side navigation (though it will make it consistent between client side navigation and full page load 🥲).

Alternatives considered

No response

Importance

would make my life easier

Additional Information

Not sure if it should be a bug report.

@dummdidumm dummdidumm added the feature / enhancement New feature or request label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature / enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants