Closed
Description
In Chrome I get a blank error page, in Firefox I get this:
Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
Please contact the website owners to inform them of this problem.
curl -v -H "Accept-Encoding: gzip, deflate" --compressed http://localhost:9000/
works correctly.
I'm using compression
via connect 2.19.6 via grunt-contrib-connect and I'm not sure how to best debug the issue. Our code was working at least until last week, but stopped working about today (maybe around July 17) , so I'm wondering if a new dependency broke something.
Unfortinly our code isn't open source so I can't share it, but we're including compression via the connect.compress()
middleware which precedes the other middleware.
Metadata
Metadata
Assignees
Labels
No labels