Skip to content

Make FileJob::write() behave consistently

Alexander Saoutkin requested to merge work/FileJobWriteConsistency into master

For the sftp/smb slaves, FileJob::write() commits the data to disk, whilst the file slave doesn't. This patch makes sure that the file slave exhibits the same behaviour by calling flush() on every write().

Merge request reports