Trying COMPRESS

This commit is contained in:
Andris Reinman 2017-04-04 16:38:44 +03:00
parent d551c11828
commit 0c76c38aed

View file

@ -33,7 +33,7 @@ module.exports = {
this.compression = true;
this._deflate = zlib.createDeflateRaw();
this._inflate = zlib.createDeflateRaw();
this._inflate = zlib.createInflateRaw();
this._deflate.once('error', err => {
this._socket.emit('error', err);