mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-02 21:52:34 +08:00
Trying COMPRESS
This commit is contained in:
parent
d551c11828
commit
0c76c38aed
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue