comment change as it broke unit tests
This commit is contained in:
parent
ba9a797eaa
commit
69e95531f8
|
@ -252,7 +252,7 @@ class Encryption extends Wrapper {
|
|||
parent::stream_read($this->util->getHeaderSize());
|
||||
}
|
||||
|
||||
$count = min($count, $this->unencryptedSize - $this->position);
|
||||
// $count = min($count, $this->unencryptedSize - $this->position);
|
||||
while ($count > 0) {
|
||||
$remainingLength = $count;
|
||||
// update the cache of the current block
|
||||
|
|
Loading…
Reference in New Issue