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
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
Hi.
embedded crosswalk webview doesn't include brotli in "Accept-Encoding" header.
although he support decoding it. I test it by overwrite "Accept-Encoding" with "gzip, deflate, br". in loadurl method.
and he decode brotli compressed response successfully.
problem is the method I use, only apply for first request not the loaded resource like css and js files.
I modified crosswalk source but no success. same issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
embedded crosswalk webview doesn't include brotli in "Accept-Encoding" header.
although he support decoding it. I test it by overwrite "Accept-Encoding" with "gzip, deflate, br". in loadurl method.
and he decode brotli compressed response successfully.
problem is the method I use, only apply for first request not the loaded resource like css and js files.
I modified crosswalk source but no success. same issue.
The text was updated successfully, but these errors were encountered: