TypeError when processing data through DecompressionStream: Unable to decompress chunk #3294
Labels
bug
Something isn't working
has repro
We have a way to reproduce this bug.
reduction of web content
Issue has a simplified reduction based on real-world web content.
Summary
Reduction comes from 0x40.mon.im (photosensitive epilepsy warning!).
This website loads assets in a zip archive and uses decompression streams to unpack it. In Ladybird it results in a
[TypeError] Unable to decompress chunk: Reached end-of-stream without collecting the required number of bits
and prevents from loading songs there.Operating system
Linux
Steps to reproduce
Run reduced example.
Expected behavior
No errors, readable should be locked by the end of code execution.
Actual behavior
Errors, readable is unlocked.
URL for a reduced test case
N/A
HTML/SVG/etc. source for a reduced test case
Log output and (if possible) backtrace
Screenshots or screen recordings
No response
Build flags or config settings
No response
Contribute a patch?
The text was updated successfully, but these errors were encountered: