According to the [gzip docs](https://www.gnu.org/software/gzip/manual/html_node/Advanced-usage.html), concatenated gzip files should decompress the same as a single gzip made from the concatenated contents of the files. Using GzipReader, only the first gzip member is decompressed. I've made a [gist](https://gist.github.com/AlexMooney/2e933a0c89ed905669c066c2e78f082f) which reproduces the problem.