crosswalk-project / crosswalk

A web runtime built on Chrome. This project is currently unmaintained.
https://crosswalk-project.org/blog/crosswalk-final-release.html
BSD 3-Clause "New" or "Revised" License
2.33k stars 652 forks source link

embedded crosswalk webview doesn't include brotli in accept encoding request header. #4038

Open d159159 opened 6 years ago

d159159 commented 6 years ago

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.