ladybird/Tests/LibWeb/Text/expected/Compression/DecompressionStream.txt
Valtteri Koskivuori 135daeb8bb LibCompress: Don't assume zlib header is available right away
Instead of checking the header in ZlibDecompressor::create(), we now
check it in read_some() when it is called for the first time. This
resolves a FIXME in the new DecompressionStream implementation.
2024-11-18 19:55:46 -05:00

3 lines
109 B
Text

format=deflate: Well hello friends!
format=deflate-raw: Well hello friends!
format=gzip: Well hello friends!