Fabian Koller 21c501de28
force flush on temp file during consumption
file.write() does not guarantee that a file handle contains anything
without calling an accompanying file.flush()
For typical files that are larger than the OS-file buffer, this is no
problem
For small files (e.g. 64 characters in a .TXT), this race condition
leads to `inode/x-empty` because the file inode is created, but no
content is written to it
2021-01-30 11:51:43 +01:00
..
2021-01-23 22:55:46 +01:00
2021-01-23 22:55:46 +01:00
2021-01-23 22:55:46 +01:00