pull/22966/head
Ryan Dahl 2011-02-03 12:28:20 -08:00
parent 97f7c06451
commit f6e5b8986f
1 changed files with 2 additions and 1 deletions

View File

@ -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;