You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrome is not decompressing Deflate if all the flags related to zstd are enabled, and Chrome is saying me that it support Deflate, but in this case it is false
Hey, I will add a patch to that server to avoid it happens in production, you must pass only deflate to Accept-Encoding to force this error
accept_encoding=request.META.get('HTTP_ACCEPT_ENCODING', '')
# chrome have a bug when all zstd flags are enabled, deflate is not decoded in this caseis_deflate_default='zstd'notinaccept_encoding
I will check if have an error in my code, wait a minutes
FAQ
URL
https://breathecode-test.herokuapp.com/v1/admissions/syllabus/version?sdfaeeeeeeer
What happened?
Chrome is not decompressing Deflate if all the flags related to
zstd
are enabled, and Chrome is saying me that it support Deflate, but in this case it is falseWhat did you expect?
That I could use Deflate with these flags
What have you tried?
If these headers are enable, Chrome and Chromium can't decode a request encoded with Deflate
https://breathecode-test.herokuapp.com/v1/admissions/syllabus/version?sdfaeeeeeeer
Enable
Disable
When you change these setting you must add other letter to the url because this endpoint includes the etag and the right/wrong response will be cached
How were you running Lighthouse?
Chrome DevTools
Lighthouse Version
Chrome 121
Chrome Version
Version 121.0.6129.0 (Official Build) unknown (64-bit)
Node Version
No response
OS
Linux fedora 6.5.11-300.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Nov 8 22:37:57 UTC 2023 x86_64 GNU/Linux
Relevant log output
No response
The text was updated successfully, but these errors were encountered: