-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gzip not supported #2
Comments
Somewhere along the way the google thing has ceased being an issue. As long as lack of gzip accept encoding continues not being an issue, this bug won't be a priority. [edit] The google thing seems intermittent as far as I can tell. |
There's basically one way to gzip with node and that's node-compress. My currently favored/contemplated solution is to check for the existence of that lib and use it if available, printing out a warning on startup if it isn't. |
Gzip support is in 1.0. |
Hoxy strips out the accept-encoding header so theoretically this shouldn't be an issue. However google appears to gzip responses anyway. This is only an issue when you try to read/write the response body, but then it's a very bad issue.
The text was updated successfully, but these errors were encountered: