-
Notifications
You must be signed in to change notification settings - Fork 209
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
Unable to decompress Brotli responses in browser #72
Comments
Hey! 👋 Thanks for openning this. Can I check, were you seeing this issue on Miniflare 1 too? |
I actually wasn't able to get this far on miniflare 1 due to the clone issue described in #59. However, when I manually shimmed undici in, I didn't get this error. Could it be related to the fix for |
Hey! 👋 |
Works great! Thanks @mrbbot! |
Hey @mrbbot,
The new
next
tag is looking pretty good so far! One issue I'm seeing though is thatContent-Encoding: br
responses aren't able to be decoded by the browser. The browser throwsFailed to load resource: net::ERR_CONTENT_DECODING_FAILED.
. Im guessing because the response isn't actually brotli encoded.I get the same error wether or not cache is enabled. You can recreate the issue by performing a subrequest to a server that returns a brotli encoded response.
Let me know if theres any additional information you need in order to resolve the issue. Thanks!
The text was updated successfully, but these errors were encountered: