Closed mrloop closed 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
Fix in rubyzip https://github.com/rubyzip/rubyzip/pull/155
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