This repository was archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
PhantomJS 2, can not receive Gziped content, requested using "Accept-Encoding: gzip,deflate". #13909
Labels
Comments
I've found that this problem come from Qt. I added a checking if the current value contains "gzip", also set autoDecompress to true, and then, the test case run well. Another problem caused by this: #13621
This is the test case's output after my modification:
Btw, is it okay to modify upstream Qt like this? \cc @vitallium @ariya @zackw |
Let's continue this discussion in the existing issue #13621. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
PhantomJS 2, can not receive gziped content, requested using "Accept-Encoding: gzip,deflate".
The codes bellow ca be used to reproduce the issue:
and this is the outputs:
Also mentioned here macbre/phantomas#137
The text was updated successfully, but these errors were encountered: