Fabian Koller 88c2c8df53 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-21 22:29:47 +01:00
2021-01-02 01:21:44 +01:00
2021-01-13 17:17:23 +01:00
2020-11-25 10:52:38 +01:00
2021-01-02 00:45:23 +01:00
2020-12-28 13:33:58 +01:00
2020-12-22 13:04:08 +01:00
2020-11-27 15:36:32 +01:00
2021-01-18 14:16:32 +01:00
2021-01-04 00:38:29 +01:00
2021-01-13 17:17:23 +01:00
2021-01-20 20:28:42 +01:00
2021-01-07 15:20:00 +01:00
2020-12-30 21:54:36 +01:00