mirror of https://github.com/nodejs/node.git
Clean up
parent
97f7c06451
commit
f6e5b8986f
|
@ -289,8 +289,9 @@ CryptoStream.prototype._pull = function() {
|
|||
// TODO check if we get EAGAIN From shutdown, would have to do it
|
||||
// again. should unshift END_OF_FILE back onto pending and wait for
|
||||
// next cycle.
|
||||
|
||||
this.pair.encrypted._destroyAfterPush = true;
|
||||
}
|
||||
this.pair.encrypted._destroyAfterPush = true;
|
||||
this.pair._cycle();
|
||||
this._done()
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue