pkrumins/nodejs-proxy

Incomplete response on gzipped requests

bennyborn opened this issue · 1 comments

If browser sends "Accept-Encoding: gzip, deflate" it never gets the complete response.
This causes many broken pages because of JavaScript errors.
The only way to solve this (as far as I found it) is to strip the "Accept-Encoding" header from the request but there should be a better solution.

thanks for reporting this, i'll investigate this in a while.