-
Notifications
You must be signed in to change notification settings - Fork 340
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
Content codings (Content-Encoding) #716
Comments
The other thing that's wrong about the current setup is that Brotli requires HTTPS so that should also be passed through somehow. Cannot just have a codings list and bytes. Edit: Brotli should require a secure context so it works for |
Changes to "handling content codings":
Questions:
|
Tests: web-platform-tests/wpt#10542. Follow-up: #716. Fixes #657.
From @MattMenke2 at #710 (comment):
|
Another thing that's wrong here is that the handlers need to keep around some internal state for compression tables, offsets, etc. So it's effectively a sequence of specialized transform streams. |
Again from @MattMenke2 now at web-platform-tests/wpt#10548 (comment):
|
^^ @pmeenan |
I looked into #710 (comment) a bit. Browser interoperability here is far from good. Interesting scenarios:
Somewhat related:
It does not seem worth blocking #710 on this as it's an improvement over the status quo, but this could use more work.
cc @MoritzKn @TimothyGu @MattMenke2 @mnot
The text was updated successfully, but these errors were encountered: