Yury Delendik 93736fc03a Bug 1737405 - Remove superfluous wasm cache stream check. r=valentin
The `self->mZStream.avail_out > 0` check is not correct assert.
In some rare cases the incoming data may not produce any output.

Rely on zlib's inflate() to perform needed validation.

Differential Revision: https://phabricator.services.mozilla.com/D132516
2021-11-30 22:00:28 +00:00
..