mattgodbolt / zindex

Create an index on a compressed text file
BSD 2-Clause "Simplified" License
620 stars 37 forks source link

Fix zlib error when crossing boundary of concated gzip #41

Closed mattgodbolt closed 1 year ago

mattgodbolt commented 1 year ago

Would error out with "zlib data error" if we fell off one gzip file into another while decoding consecutive lines.