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 May 30, 2023. It is now read-only.
i use it to get the file(like js jpg html.. ) size in a html.
using bodySize or content-length in http-header
but i found that ,phantomjs not send accept-encoding : gzip in http header ,so the response is not compressed.
i try to use page.customHeaders to modify the request header, but when i did this, only the fist html will be get ,with wrong body size,and then the script end and quit.
why? is it a bug?
The text was updated successfully, but these errors were encountered:
Due to our very limited maintenance capacity, we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed (see #15395 for more details). In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!
i use it to get the file(like js jpg html.. ) size in a html.
using bodySize or content-length in http-header
but i found that ,phantomjs not send accept-encoding : gzip in http header ,so the response is not compressed.
i try to use page.customHeaders to modify the request header, but when i did this, only the fist html will be get ,with wrong body size,and then the script end and quit.
why? is it a bug?
The text was updated successfully, but these errors were encountered: