On Fri, 15 Nov 2013 14:50:47 GMT, Sönke Ludwig wrote:

Currently there is no setting to disable it, but you can do if ("Content-Encoding" in res.headers) res.headers.remove("Content-Encoding"); on the response object to disable compression.

Therefore, control of the output stream through an array of headers? The solution is not obvious to me. Thanks!