From 4f337c020a7ca7a77086af5021c9c152fa1f07fc Mon Sep 17 00:00:00 2001 From: unarist Date: Thu, 26 Oct 2017 22:48:35 +0900 Subject: Fix Cocaine::ExitStatusError when upload small non-animated GIF (#5489) Looks like copied tempfile need to be flushed before further processing. This issue won't happen if the uploaded file has enough file size. --- spec/fixtures/files/mini-static.gif | Bin 0 -> 1188 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 spec/fixtures/files/mini-static.gif (limited to 'spec/fixtures/files') diff --git a/spec/fixtures/files/mini-static.gif b/spec/fixtures/files/mini-static.gif new file mode 100644 index 000000000..fe597b215 Binary files /dev/null and b/spec/fixtures/files/mini-static.gif differ -- cgit