|
need to rewind the input, jerkface Updated the patch to rewind the input before writing the file, and to read in 8k chunks. this is required because unicorn extra-wraps the input so we can't easily detect if it's a stringio or temporary file, therefore an input that doesn't look like a tempfile might actually be one (and contain an arbitrarily large amount of data). Confirmed with corp on IRC that this updated patch solves the problem. |
||||||||||||||||||||||||||||||||||||
fixed as described