Files
ladybird/Userland/Libraries/LibCompress/Gzip.cpp
Idan Horowitz 1d8ab74cbf LibCompress: Allow partial header reads in GzipDecompressor
We now read the header into a temporary header byte array that is used
as the header once its filled up by the input stream, instead of just
ending the stream if we are out of bytes mid header.
2021-03-16 21:53:34 +01:00

7.5 KiB