stream_gzip icon indicating copy to clipboard operation
stream_gzip copied to clipboard

Update unzip example

Open al2o3cr opened this issue 1 year ago • 0 comments

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.

al2o3cr avatar Oct 28 '23 20:10 al2o3cr