stream_gzip
stream_gzip copied to clipboard
Update unzip example
Using File.stream!
with the default options will perform line-ending normalization on the incoming data, transforming \r\n
into \n
and likely breaking the file.
The options added here match the ones used in the tests for StreamGzip.gunzip
.