fringd / zipline

A gem that lets you stream a zip file from rails
MIT License
289 stars 68 forks source link

Fix issue premature response to client #10

Closed mrloop closed 10 years ago

mrloop commented 10 years ago

In rails 4 not all data would be received by the client. Response would end prematurely when empty string appended to FakeStream.

https://github.com/rubyzip/rubyzip/blob/v1.0.0/lib/zip/entry.rb#L260

mrloop commented 10 years ago

Fix in rubyzip https://github.com/rubyzip/rubyzip/pull/155