# HG changeset patch # User HIROSE Yuuji # Date 1590919606 -32400 # Node ID 01be32e89ccd3dda94588905d015e7da3bd8a6f5 # Parent 541f39bcaba4d4e61bf9f6834feb9c9f7b48e32e [Debug] Inspect original stream of empty file. diff -r 541f39bcaba4 -r 01be32e89ccd s4-funcs.sh --- a/s4-funcs.sh Sun May 31 17:09:47 2020 +0900 +++ b/s4-funcs.sh Sun May 31 19:06:46 2020 +0900 @@ -1459,6 +1459,9 @@ mogrify -quality 75 -resize $maximagexy'>' "$tmpd/$v" err "Mogrified: `ls -lF $tmpd/$v`" # 2020-05-31 ;; + [Aa]pplication/*-empty) + err "Stream-Empty found: [$v]"; cp "$tmpf" tmp/ + ;; esac if ! echo "$mimetype" | egrep "$file_accept_egrep" >/dev/null 2>&1 then