quainjn (Jake Quain)
- Login: quainjn
- Email: quainjn@gmail.com
- Registered on: 04/30/2014
- Last sign in: 04/30/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/30/2014
-
08:56 PM Ruby Bug #9790 (Closed): Zlib::GzipReader only decompressed the first of concatenated files
- There is a similar old issue in Node that I came across that perfectly describes the situation in ruby:
https://github.com/joyent/node/issues/6032
In ruby given the following setup:
```
echo "1" > 1.txt
echo "2" > 2.txt
gzip ...